summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorh-east <h.east.727@gmail.com>2023-03-02 18:49:09 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-02 18:49:09 +0000
commit194555c001f2b8576483ef34511450b6e9b5e3fd (patch)
tree47cada172948f112665c54bd0b3e056ca831c911 /src/version.c
parentdb1887ce40452daea8c4e8734ec64202e5f24130 (diff)
downloadvim-git-9.0.1373.tar.gz
patch 9.0.1373: wrong text displayed when using both 'linebreak' and 'list'v9.0.1373
Problem: Wrong text displayed when using both 'linebreak' and 'list'. Solution: Only set "c_extra" to NUL when "p_extra" is not empty. (Hirohito Higashi, closes #12065)
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 bef7cf09c..ede31d62f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1373,
+/**/
1372,
/**/
1371,