From e92461b88e8b15f435afc940b6293f4cda43596b Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 14 Nov 2013 11:28:27 +0600 Subject: Remove unused vim plugins. --- files/.vim/syntax/python.vim | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 files/.vim/syntax/python.vim (limited to 'files/.vim/syntax/python.vim') diff --git a/files/.vim/syntax/python.vim b/files/.vim/syntax/python.vim deleted file mode 100644 index 53da6ae..0000000 --- a/files/.vim/syntax/python.vim +++ /dev/null @@ -1,13 +0,0 @@ -let python_highlight_all = 1 -syn match pythonError "^\s*def\s\+\w\+(.*)\s*$" display -syn match pythonError "^\s*class\s\+\w\+(.*)\s*$" display -syn match pythonError "^\s*for\s.*[^:]$" display -syn match pythonError "^\s*except\s*$" display -syn match pythonError "^\s*finally\s*$" display -syn match pythonError "^\s*try\s*$" display -syn match pythonError "^\s*else\s*$" display -syn match pythonError "^\s*else\s*[^:].*" display -syn match pythonError "^\s*if\s.*[^\:]$" display -syn match pythonError "^\s*except\s.*[^\:]$" display -syn match pythonError "[;]$" display -syn keyword pythonError do -- cgit v1.2.3