Skip to content

Commit d4c2cc1

Browse files
committed
Follow the latest
1 parent 318850c commit d4c2cc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/starting.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.1. Last change: 2024 Apr 21
1+
*starting.txt* For Vim バージョン 9.1. Last change: 2024 May 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1085,8 +1085,8 @@ Unix システムの Vim は、その構成について `$XDG_CONFIG_HOME/vim/vi
10851085
`~/.vimrc` および `~/.vim/vimrc` ファイルを移動する必要がある。
10861086

10871087
*xdg-runtime*
1088-
|xdg-vimrc| が使用される場合、|'runtimepath'| はそれに応じて変更され、
1089-
|xdg-base-dir| を尊重する: >
1088+
|xdg-vimrc| が使用される場合、'runtimepath' および 'packpath' オプションはそれ
1089+
に応じて変更され、|xdg-base-dir| を尊重する: >
10901090
10911091
"$XDG_CONFIG_HOME/vim,$VIMRUNTIME,/after,$XDG_CONFIG_HOME/vim/after"
10921092
<

en/starting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.1. Last change: 2024 Apr 21
1+
*starting.txt* For Vim version 9.1. Last change: 2024 May 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1119,8 +1119,8 @@ feature backward compatible). However, if you want to migrate to use
11191119
and `~/.vim/vimrc` file.
11201120

11211121
*xdg-runtime*
1122-
When the |xdg-vimrc| is used the |'runtimepath'| will be modified accordingly
1123-
to respect the |xdg-base-dir|: >
1122+
When the |xdg-vimrc| is used the 'runtimepath' and 'packpath' options will be
1123+
modified accordingly to respect the |xdg-base-dir|: >
11241124
11251125
"$XDG_CONFIG_HOME/vim,$VIMRUNTIME,/after,$XDG_CONFIG_HOME/vim/after"
11261126
<

0 commit comments

Comments
 (0)