From c9df1fb35a1866901c32df37dd39c8b39dbdb64a Mon Sep 17 00:00:00 2001 From: Luca Saccarola Date: Sun, 14 Apr 2024 22:53:22 +0200 Subject: patch 9.1.0327: No support for using $XDG_CONFIG_HOME Problem: No support for using $XDG_CONFIG_HOME Solution: optionally source $XDG_CONFIG_HOME/vim/vimrc (Luca Saccarola) fixes: #2034 closes: #14182 Signed-off-by: Luca Saccarola Signed-off-by: Christian Brabandt --- src/testdir/Make_all.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 3a4b5f6c9f..b41f5f49fc 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -331,6 +331,7 @@ NEW_TESTS = \ test_wnext \ test_wordcount \ test_writefile \ + test_xdg \ test_xxd \ test_alot_latin \ test_alot_utf8 \ @@ -564,6 +565,7 @@ NEW_TESTS_RES = \ test_winfixbuf.res \ test_wordcount.res \ test_writefile.res \ + test_xdg.res \ test_xxd.res \ test_alot_latin.res \ test_alot_utf8.res \ -- cgit v1.2.3