summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/feature.h14
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 10 deletions
diff --git a/src/feature.h b/src/feature.h
index 24c408977..83ab55dff 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -211,18 +211,12 @@
#endif
/*
- * +visual Visual mode.
+ * +visual Visual mode - now always included.
* +visualextra Extra features for Visual mode (mostly block operators).
*/
-#ifdef FEAT_SMALL
-# define FEAT_VISUAL
-# ifdef FEAT_NORMAL
-# define FEAT_VISUALEXTRA
-# endif
-#else
-# ifdef FEAT_CLIPBOARD
-# undef FEAT_CLIPBOARD /* can't use clipboard without Visual mode */
-# endif
+#define FEAT_VISUAL
+#ifdef FEAT_NORMAL
+# define FEAT_VISUALEXTRA
#endif
/*
diff --git a/src/version.c b/src/version.c
index 2fe98b8bc..4f953e321 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 200,
+/**/
199,
/**/
198,