summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-28 16:00:35 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-28 16:00:35 +0200
commit6c60f47fb9251e686217d51cf81847e14d0dd26d (patch)
tree32b4d259e3aef97703223055ef6f9e8372d943b6 /src
parent1e44968780bb6ddb48bf22dc629a579c4035d5b3 (diff)
downloadvim-git-6c60f47fb9251e686217d51cf81847e14d0dd26d.tar.gz
patch 8.1.1226: {not in Vi} remarks get in the way of useful help textv8.1.1226
Problem: {not in Vi} remarks get in the way of useful help text. Solution: Make a list of all Vi options, instead of mentioning what Vi does not have. Update the help text for options.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7c42d182e..0e20e51a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1226,
+/**/
1225,
/**/
1224,