Skip to content

Commit 562743d

Browse files
committed
s/cmdos/cmdpos/
1 parent 26787cc commit 562743d

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
@@ -1585,7 +1585,7 @@ endfunction
15851585

15861586
function! s:VimLParser.parse_cmd_finally()
15871587
if self.context[0].type != s:NODE_TRY && self.context[0].type != s:NODE_CATCH
1588-
throw s:Err('E606: :finally without :try', self.ea.cmdos)
1588+
throw s:Err('E606: :finally without :try', self.ea.cmdpos)
15891589
endif
15901590
if self.context[0].type != s:NODE_TRY
15911591
call self.pop_context()

0 commit comments

Comments
 (0)