Skip to content

Commit 2376655

Browse files
committed
OptionParser: Remove extra lockvar!
This also locks copied parser. This is unuseful.
1 parent 2c6ffa3 commit 2376655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload/vital/__vital__/OptionParser.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ function! s:_DEFAULT_PARSER.complete_greedily(arglead, cmdline, cursorpos) abort
398398
endif
399399
endfunction
400400

401-
lockvar! s:_DEFAULT_PARSER
402-
403401
function! s:new() abort
404402
return deepcopy(s:_DEFAULT_PARSER)
405403
endfunction

0 commit comments

Comments
 (0)