summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorMaxim Kim <habamax@haba-debian.habamax>2024-04-17 22:29:06 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-17 22:30:50 +0200
commita34ba821076476a68e0e579723d68e896f771ba6 (patch)
tree92ace74b2c4b5cf8be5bbb762225e3485a0e7817 /src/version.c
parente20fa59903525e15cecd680a2f32ece8a5d1bc0c (diff)
patch 9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOMEv9.1.0345
Problem: gvimrc not sourced from XDG_CONFIG_HOME (after v9.1.0327) Solution: Also try to source from ~/.config/vim/gvimrc and $XDG_CONFIG_HOME/vim/gvimrc (Maxim Kim) fixes: #14567 closes: #14568 Signed-off-by: Maxim Kim <habamax@haba-debian.habamax> 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 d4f82ba586..e79bea470a 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 */
/**/
+ 345,
+/**/
344,
/**/
343,