vim-patch:a0f849e

Update runtime files.

a0f849ee40

Missing files runtime/doc/tags and runtime/doc/todo.txt. Excluded
runtime/syntax/vim.vim, since we diverged quite a bit from vim in this file.
This commit is contained in:
KillTheMule
2016-05-01 22:19:40 +02:00
parent 91afb30b66
commit 3c45e3b42a
11 changed files with 2745 additions and 2009 deletions

View File

@@ -377,6 +377,7 @@ class PyParser:
def __init__(self):
self.top = Scope('global',0)
self.scope = self.top
self.parserline = 0
def _parsedotname(self,pre=None):
#returns (dottedname, nexttoken)