From dce3175cb8f10a993df1dc547efc28ea015c086c Mon Sep 17 00:00:00 2001 From: gbrandl Date: Tue, 29 May 2007 09:04:13 +0200 Subject: [svn] make check. --- scripts/get_vimkw.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get_vimkw.py b/scripts/get_vimkw.py index a8e38c26..1ecf7148 100644 --- a/scripts/get_vimkw.py +++ b/scripts/get_vimkw.py @@ -1,7 +1,8 @@ import re from pprint import pprint -r_line = re.compile(r"^(syn keyword vimCommand contained|syn keyword vimOption contained|syn keyword vimAutoEvent contained)\s+(.*)") +r_line = re.compile(r"^(syn keyword vimCommand contained|syn keyword vimOption " + r"contained|syn keyword vimAutoEvent contained)\s+(.*)") r_item = re.compile(r"(\w+)(?:\[(\w+)\])?") def getkw(input, output): -- cgit v1.2.1