mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.4.212
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
This commit is contained in:
@@ -3274,13 +3274,11 @@ do_ecmd(fnum, ffname, sfname, eap, newlnum, flags, oldwin)
|
||||
goto theend;
|
||||
}
|
||||
|
||||
#ifdef FEAT_VISUAL
|
||||
/*
|
||||
* End Visual mode before switching to another buffer, so the text can be
|
||||
* copied into the GUI selection buffer.
|
||||
*/
|
||||
reset_VIsual();
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_AUTOCMD
|
||||
if ((command != NULL || newlnum > (linenr_T)0)
|
||||
|
Reference in New Issue
Block a user