commit | b328cca2548936c5f68fff683049a929882f5011 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 06 16:24:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 06 16:24:01 2019 +0100 |
tree | 8237567d6c94872a3bf97768e70bf8cc327e4533 | |
parent | 8ad16da7290190f55f88073d5586dfe133fddf45 [diff] [blame] |
patch 8.1.0697: ":sign place" requires the buffer argument 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)
diff --git a/src/version.c b/src/version.c index 3f6b5ec..78baf47 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 697, +/**/ 696, /**/ 695,