From 2121742e61afeea67c45eb96696b16ff381e61c9 Mon Sep 17 00:00:00 2001 From: shaoying Date: Wed, 17 Oct 2018 21:59:37 +0800 Subject: [PATCH] some --- etc/dotsfile/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/dotsfile/.vimrc b/etc/dotsfile/.vimrc index 902a1b3b..f57b5841 100644 --- a/etc/dotsfile/.vimrc +++ b/etc/dotsfile/.vimrc @@ -56,6 +56,7 @@ let g:syntastic_quiet_messages = { "regex": [ \ "Too many instance attributes", \ "defined outside __init__", \ "Catching too general exception Exception", + \ "Exactly one space required before assignment", \ ] } Plug 'Valloric/YouCompleteMe'