]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0721: tests: test_mksession does not consider XDG_CONFIG_HOME v9.1.0721
authorJohn M Devin <john.m.devin@gmail.com>
Sun, 8 Sep 2024 18:00:38 +0000 (20:00 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 8 Sep 2024 18:00:38 +0000 (20:00 +0200)
commit5b9237c2e7613f126f95e26056f55024af759102
tree46848c147bba425c6ed89cc6d912b90bb7a3a362
parent609599cc45f871dfda6e75bbacd53cd0ed79d5f1
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>
src/testdir/setup.vim
src/testdir/test_mksession.vim
src/version.c