forked from aniani/vim
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:
@@ -3708,9 +3708,7 @@ _OnDropFiles(
|
||||
DragQueryPoint(hDrop, &pt);
|
||||
MapWindowPoints(s_hwnd, s_textArea, &pt, 1);
|
||||
|
||||
# ifdef FEAT_VISUAL
|
||||
reset_VIsual();
|
||||
# endif
|
||||
|
||||
fnames = (char_u **)alloc(cFiles * sizeof(char_u *));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user