Skip to content

Commit 4ac3d1c

Browse files
authored
Merge pull request #24 from haya14busa/fix-typo
Fix typo
2 parents 1e23932 + 562743d commit 4ac3d1c

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
@@ -1614,7 +1614,7 @@ endfunction
16141614

16151615
function! s:VimLParser.parse_cmd_finally()
16161616
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)
1617+
throw s:Err('E606: :finally without :try', self.ea.cmdpos)
16181618
endif
16191619
if self.context[0].type != s:NODE_TRY
16201620
call self.pop_context()

0 commit comments

Comments
 (0)