1
0
forked from aniani/vim

patch 9.1.0721: tests: test_mksession does not consider XDG_CONFIG_HOME

Problem:  tests: test_mksession does not consider XDG_CONFIG_HOME
Solution: allow to match $HOME/.vim/ and $HOME/.config/vim for &viewdir
          (John M Devin)

closes: #15639

Signed-off-by: John M Devin <john.m.devin@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
John M Devin
2024-09-08 20:00:38 +02:00
committed by Christian Brabandt
parent 609599cc45
commit 5b9237c2e7
3 changed files with 10 additions and 1 deletions

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
721,
/**/
720,
/**/