mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -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:
@@ -68,7 +68,7 @@
|
||||
#endif
|
||||
|
||||
#define USE_FNAME_CASE /* adjust case of file names */
|
||||
#if !defined(FEAT_CLIPBOARD) && defined(FEAT_VISUAL) && defined(FEAT_MOUSE)
|
||||
#if !defined(FEAT_CLIPBOARD) && defined(FEAT_MOUSE)
|
||||
# define FEAT_CLIPBOARD /* include clipboard support */
|
||||
#endif
|
||||
#if defined(__DATE__) && defined(__TIME__)
|
||||
|
Reference in New Issue
Block a user