Skip to content

Commit be1d03a

Browse files
committed
Update starting.{txt,jax}
1 parent 4c4248e commit be1d03a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

doc/starting.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*starting.txt* For Vim バージョン 9.2. Last change: 2026 Feb 16
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1107,7 +1107,8 @@ Unix システムの Vim は、その構成について `$XDG_CONFIG_HOME/vim/vi
11071107
|xdg-vimrc| が使用される場合、'runtimepath' および 'packpath' オプションはそれ
11081108
に応じて変更され、|xdg-base-dir| を尊重する: >
11091109
1110-
"$XDG_CONFIG_HOME/vim,$VIMRUNTIME,/after,$XDG_CONFIG_HOME/vim/after"
1110+
"$XDG_CONFIG_HOME/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,
1111+
$XDG_CONFIG_HOME/vim/after"
11111112
<
11121113

11131114
トロイの木馬を回避する ~

en/starting.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*starting.txt* For Vim version 9.2. Last change: 2026 Feb 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1140,7 +1140,8 @@ and `~/.vim/vimrc` file.
11401140
When the |xdg-vimrc| is used the 'runtimepath' and 'packpath' options will be
11411141
modified accordingly to respect the |xdg-base-dir|: >
11421142
1143-
"$XDG_CONFIG_HOME/vim,$VIMRUNTIME,/after,$XDG_CONFIG_HOME/vim/after"
1143+
"$XDG_CONFIG_HOME/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,
1144+
$XDG_CONFIG_HOME/vim/after"
11441145
<
11451146

11461147
Avoiding trojan horses ~

0 commit comments

Comments
 (0)