From b328cca2548936c5f68fff683049a929882f5011 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 6 Jan 2019 16:24:01 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 3f6b5ec3b..78baf4745 100644 --- a/src/version.c +++ b/src/version.c @@ -799,6 +799,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 697, /**/ 696, /**/ -- cgit v1.2.1