r513 - trunk/vim/patches

Pierre Habouzit madcoder at costa.debian.org
Sun Mar 19 10:54:50 UTC 2006


Author: madcoder
Date: 2006-03-19 10:54:50 +0000 (Sun, 19 Mar 2006)
New Revision: 513

Added:
   trunk/vim/patches/158_pyton.vim.diff
Log:

missing patch


Added: trunk/vim/patches/158_pyton.vim.diff
===================================================================
--- trunk/vim/patches/158_pyton.vim.diff	2006-03-19 08:24:39 UTC (rev 512)
+++ trunk/vim/patches/158_pyton.vim.diff	2006-03-19 10:54:50 UTC (rev 513)
@@ -0,0 +1,13 @@
+Index: vim/runtime/syntax/python.vim
+===================================================================
+--- vim/runtime/syntax/python.vim.orig
++++ vim/runtime/syntax/python.vim
+@@ -47,7 +47,7 @@
+ syn keyword pythonRepeat	for while
+ syn keyword pythonConditional	if elif else
+ syn keyword pythonOperator	and in is not or
+-syn keyword pythonPreCondit	import from
++syn keyword pythonPreCondit	import from as
+ syn match   pythonComment	"#.*$" contains=pythonTodo
+ syn keyword pythonTodo		TODO FIXME XXX contained
+ 




More information about the pkg-vim-maintainers mailing list