We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26787cc commit 562743dCopy full SHA for 562743d
autoload/vimlparser.vim
@@ -1585,7 +1585,7 @@ endfunction
1585
1586
function! s:VimLParser.parse_cmd_finally()
1587
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)
+ throw s:Err('E606: :finally without :try', self.ea.cmdpos)
1589
endif
1590
if self.context[0].type != s:NODE_TRY
1591
call self.pop_context()
0 commit comments