Skip to content

Commit 36c7e63

Browse files
committed
gen
1 parent 0f01f09 commit 36c7e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/vimlparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3932,7 +3932,7 @@ def compile_lambda(self, node):
39323932
return viml_printf("(lambda (%s) %s)", viml_join(rlist, " "), self.compile(node.left))
39333933

39343934

3935-
# TODO: under construction
3935+
# TODO: under construction
39363936
class RegexpParser:
39373937
RE_VERY_NOMAGIC = 1
39383938
RE_NOMAGIC = 2

0 commit comments

Comments
 (0)