Skip to content

Commit 332e669

Browse files
authored
Merge pull request vim-jp#63 from haya14busa/fix-indent
Fix indent
2 parents 8549a68 + 04d0584 commit 332e669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vimlparser.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3589,7 +3589,7 @@ function! s:ExprParser.parse_identifier()
35893589
let node = s:Node(s:NODE_CURLYNAME)
35903590
let node.pos = npos
35913591
let node.value = curly_parts
3592-
return node
3592+
return node
35933593
endif
35943594
endfunction
35953595

0 commit comments

Comments
 (0)