Skip to content

Commit

Permalink
fix: Prevent using <Plug> to redraw buffer correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 28, 2019
1 parent a47e59a commit a1ce619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/doge.vim
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ execute(printf('smap <silent> %s <Plug>(doge-comment-jump-backward)', g:doge_map

""
" Command to generate documentation.
command! -nargs=0 DogeGenerate normal <Plug>(doge-generate)
command! -nargs=0 DogeGenerate call doge#generate()

augroup doge
autocmd!
Expand Down

0 comments on commit a1ce619

Please sign in to comment.