mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0028
This commit is contained in:
@@ -1768,6 +1768,7 @@ do_pending_operator(cap, old_col, gui_yank)
|
||||
&& oap->end.col == 0
|
||||
#ifdef FEAT_VISUAL
|
||||
&& (!oap->is_VIsual || *p_sel == 'o')
|
||||
&& !oap->block_mode
|
||||
#endif
|
||||
&& oap->line_count > 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user