We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2836f commit e9ca1dcCopy full SHA for e9ca1dc
py/pycompiler.vim
@@ -344,6 +344,7 @@ function s:PythonCompiler.compile_function(node)
344
endif
345
346
347
+ " if self.in_class
348
if left =~ '^\(VimLParser\|ExprTokenizer\|ExprParser\|LvalueParser\|StringReader\|Compiler\|RegexpParser\)\.'
349
let left = matchstr(left, '\.\zs.*')
350
if left == 'new'
py/vimlparser.py
0 commit comments