[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.2.025-146-g444b68d

James Vega jamessan at debian.org
Fri Nov 28 18:34:03 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 444b68d23a0b5d446cfdd2a452e30389e6a1af2a
Author: James Vega <jamessan at debian.org>
Date:   Fri Nov 28 13:30:24 2008 -0500

    syntax/python.vim: Add missing contained keyword for pythonDecoratorName
    
    Closes: #504510
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/python.vim b/runtime/syntax/python.vim
index a622d3b..904d51d 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:]_]*\)*" contained
 syn match   pythonDecorator	"@" display nextgroup=pythonDecoratorName skipwhite
 
 " strings

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list