summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-06 16:24:01 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-06 16:24:01 +0100
commitb328cca2548936c5f68fff683049a929882f5011 (patch)
tree8237567d6c94872a3bf97768e70bf8cc327e4533 /src/version.c
parent8ad16da7290190f55f88073d5586dfe133fddf45 (diff)
downloadvim-git-8.1.0697.tar.gz
patch 8.1.0697: ":sign place" requires the buffer argumentv8.1.0697
Problem: ":sign place" requires the buffer argument. Solution: Make the argument optional. Also update the help and clean up the sign test. (Yegappan Lakshmanan, closes #3767)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3f6b5ec3b..78baf4745 100644
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 697,
+/**/
696,
/**/
695,