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.
2 parents 1e23932 + 562743d commit 4ac3d1cCopy full SHA for 4ac3d1c
autoload/vimlparser.vim
@@ -1614,7 +1614,7 @@ endfunction
1614
1615
function! s:VimLParser.parse_cmd_finally()
1616
if self.context[0].type != s:NODE_TRY && self.context[0].type != s:NODE_CATCH
1617
- throw s:Err('E606: :finally without :try', self.ea.cmdos)
+ throw s:Err('E606: :finally without :try', self.ea.cmdpos)
1618
endif
1619
if self.context[0].type != s:NODE_TRY
1620
call self.pop_context()
0 commit comments