summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-29 20:36:49 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-29 20:36:49 +0200
commit652c821366691a8bd5474766581090df0c742fa1 (patch)
tree60cc03e56cd6295d85a52eb118312bf9d3ae7ac2 /src/version.c
parentc4d0c8c81245918632a9d3c2c20a390546fad065 (diff)
patch 9.1.0381: cbuffer and similar commands don't accept a rangev9.1.0381
Problem: cbuffer and similar quickfix and locationlist commands don't accept a range, even so it is documented they should (ilan-schemoul, after 8.1.1241) Solution: Define ex commands with ADDR_LINES instead of ADDR_OTHER fixes: #14638 closes: #14657 Signed-off-by: Christian Brabandt <cb@256bit.org>
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 107039fadd..aadb49d13d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 381,
+/**/
380,
/**/
379,