diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2026-03-29 18:56:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-30 06:56:22 +0800 |
| commit | 83f0dd638c1d84c31026d15a1c481a2b2a3db671 (patch) | |
| tree | 19769589ac6f1f1bf088e6865fc88ffb1641ab34 /scripts | |
| parent | 8579946edae549616bad00ca1c1d13f77b32a09b (diff) | |
vim-patch:9.1.0327,9.2.0019 (#38567)
* vim-patch:9.2.0019: Hard to configure Vim according to full XDG spec
Problem: Hard to configure Vim according to full XDG spec
Solution: Include the $VIMRUNTIME/xdg.vim script as an example.
(Andrey Butirsky).
closes: vim/vim#19421
----
Nvim already supports XDG spec and provides 'stdpath()'.
runtime/xdg.vim is N/A.
----
https://github.com/vim/vim/commit/4f04efb760af4f51975091ace7605c3dbd01d0c9
* vim-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: vim/vim#2034
closes: vim/vim#14182
---
test_xdg.vim can be applicable but it's a chore to swap "vimrc" with
"init.vim" and comment out gvimrc in all tests.
Nvim has enough XDG functional tests and runtime documentation.
Vim eventually rewrites the screendump tests such that
Nvim can run them in Unix-like systems.
It's possible to just port the latest version
and treat the older patches as N/A.
---
https://github.com/vim/vim/commit/c9df1fb35a1866901c32df37dd39c8b39dbdb64a
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vim_na_files.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/vim_na_files.txt b/scripts/vim_na_files.txt index 2fc7b8d8c8..ff3273a65b 100644 --- a/scripts/vim_na_files.txt +++ b/scripts/vim_na_files.txt @@ -67,6 +67,7 @@ runtime/tools/vim_vs_net.cmd runtime/tools/vimm runtime/tools/vimspell.sh runtime/tools/vimspell.txt +runtime/xdg.vim src/README.md src/blowfish.c src/channel.c @@ -108,6 +109,7 @@ src/testdir/test_restricted.vim src/testdir/test_shortpathname.vim src/testdir/test_tcl.vim src/testdir/test_termencoding.vim +src/testdir/test_xdg.vim src/testdir/test_xxd.vim src/testdir/util/amiga.vim src/testdir/util/dos.vim |
