Skip to content

Commit

Permalink
Remove s:after call from command history
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Aug 21, 2014
1 parent ed53196 commit a3af966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload/after_object.vim
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ function! s:after(str, cnt, vis, bw)
augroup END
endif
finally
if histget(':', -1) =~ '<SNR>[0-9_]*after('
call histdel(':', -1)
endif
echo
endtry
endfunction
Expand Down

0 comments on commit a3af966

Please sign in to comment.