From 35d740232283630a86f970918ebd723c72ef58a7 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 29 Jan 2021 00:33:33 +0800 Subject: [PATCH] Update languagetool ignore rules --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 23a3dfa..4285b9e 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -746,7 +746,7 @@ if g:is_mac \ 'PUNCTUATION_PARAGRAPH_END', 'MULTIPLICATION_SIGN', 'PRP_CHECKOUT', \ 'CAN_CHECKOUT', 'SOME_OF_THE', 'DOUBLE_PUNCTUATION', 'HELL', \ 'CURRENCY', 'POSSESSIVE_APOSTROPHE', 'ENGLISH_WORD_REPEAT_RULE', - \ 'NON_STANDARD_WORD', 'AU'], + \ 'NON_STANDARD_WORD', 'AU', 'DATE_NEW_YEAR'], \ } endif