mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
Update runtime files.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user