commit | a0f849ee40cbea3c889345256786b640b0becca2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 14:37:44 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 14:37:44 2015 +0100 |
tree | 9f4d1e0604da8b8ad06da6288b77d2f3d3615f45 | |
parent | e7d1376b636e6c758196c3542bd2c1053f9edb75 [diff] [blame] |
Update runtime files.
diff --git a/runtime/autoload/pythoncomplete.vim b/runtime/autoload/pythoncomplete.vim index 57add71..ecc3664 100644 --- a/runtime/autoload/pythoncomplete.vim +++ b/runtime/autoload/pythoncomplete.vim
@@ -377,6 +377,7 @@ def __init__(self): self.top = Scope('global',0) self.scope = self.top + self.parserline = 0 def _parsedotname(self,pre=None): #returns (dottedname, nexttoken)