[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.2.025-145-g3454e66

James Vega jamessan at debian.org
Mon Nov 24 14:39:55 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 3454e66b14e828ddb72048c363191ca7937d2dab
Author: James Vega <jamessan at debian.org>
Date:   Mon Nov 24 09:38:57 2008 -0500

    Allow multiple dotted names, not just one
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/python.vim b/runtime/syntax/python.vim
index d285aae..a622d3b 100644
--- a/runtime/syntax/python.vim
+++ b/runtime/syntax/python.vim
@@ -54,7 +54,7 @@ syn match   pythonComment	"#.*$" contains=pythonTodo, at Spell
 syn keyword pythonTodo		TODO FIXME XXX contained
 
 " Decorators (new in Python 2.4)
-syn match   pythonDecoratorName	"[[:alpha:]_][[:alnum:]_]*\%(\.[[:alpha:]_][[:alnum:]_]*\)\="
+syn match   pythonDecoratorName	"[[:alpha:]_][[:alnum:]_]*\%(\.[[:alpha:]_][[:alnum:]_]*\)*"
 syn match   pythonDecorator	"@" display nextgroup=pythonDecoratorName skipwhite
 
 " strings

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list