diff --git a/autoload/vimlparser.vim b/autoload/vimlparser.vim index 216a56c2..f2016913 100644 --- a/autoload/vimlparser.vim +++ b/autoload/vimlparser.vim @@ -3589,7 +3589,7 @@ function! s:ExprParser.parse_identifier() let node = s:Node(s:NODE_CURLYNAME) let node.pos = npos let node.value = curly_parts - return node + return node endif endfunction