Skip to content

Commit

Permalink
Yankround_append at TextYankPost
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Aug 31, 2018
1 parent 9dca96e commit e3d5b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/yankround.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let g:_yankround_stop_caching = 0

aug yankround
autocmd!
autocmd CursorMoved * call Yankround_append()
autocmd TextYankPost * call Yankround_append()
autocmd ColorScheme * call s:define_region_hl()
autocmd VimLeavePre * call s:_persistent()
autocmd CmdwinEnter * call yankround#on_cmdwinenter()
Expand Down

0 comments on commit e3d5b42

Please sign in to comment.