From 0862f8f5f2aeca5ff3a8b609f5288f428b56a2b2 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sat, 22 Nov 2014 00:48:29 -0500 Subject: [PATCH] Skip the 'add too long' error from python --- vim/config/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 8910016..3ea4215 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -170,7 +170,8 @@ \ 'package\ [^\ ]*\ does not exist.*', \ 'cannot find symbol.*', \ '.*method does not override or implement a method from a supertype.*', - \ '.*fatal error:[^:]*: No such file or directory.*' + \ '.*fatal error:[^:]*: No such file or directory.*', + \ '.*line too long.*' \ ]} let g:syntastic_check_on_wq=0