Skip to content

Commit 0151895

Browse files
committed
fix vimlparser#test()
1 parent cd27075 commit 0151895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/vimlparser.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
let s:VimLParser = vital#vimlparser#import('VimlParser')
22

3+
call extend(s:, s:VimLParser.import())
4+
35
function! vimlparser#import()
46
return s:VimLParser.import()
57
endfunction
@@ -23,4 +25,3 @@ function! vimlparser#test(input, ...)
2325
echoerr substitute(v:throwpoint, '\.\.\zs\d\+', '\=s:numtoname(submatch(0))', 'g') . "\n" . v:exception
2426
endtry
2527
endfunction
26-

0 commit comments

Comments
 (0)