Skip to content

Commit

Permalink
Update starting.{txt,jax}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Sep 16, 2024
1 parent 0e50ed4 commit 5ca544b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
13 changes: 7 additions & 6 deletions doc/starting.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*starting.txt* For Vim バージョン 9.1. Last change: 2024 Sep 05
*starting.txt* For Vim バージョン 9.1. Last change: 2024 Sep 15


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1041,13 +1041,14 @@ $VIMRUNTIME/defaults.vim スクリプトが読みこまれる。このスクリ
はなく 7.4.2111 から導入された。

これはVimの新規ユーザーにとって良く機能する。自分で .vimrc を作る際には、その
最上部のほうに以下の2行を追加することが推奨される: >
最上部のほうに以下の 2 行を追加することが推奨される: >
unlet! skip_defaults_vim
source $VIMRUNTIME/defaults.vim
$VIMRUNTIME/vimrc_example をコピーすることでも、同じことができる。他の方法
として、defaults.vim 自体をあなたの .vimrc にコピーし、変更をすることもできる。
(ただしこの方法では、将来 defaults.vim が変更された際に、そのアップデートは反
映されない)
すると、Vim は .vimrc を作成する前と同じように動作する。
$VIMRUNTIME/vimrc_example.vim を .vimrc にコピーするのも、これを行う別の方法で
ある。他の方法として、defaults.vim 自体を .vimrc にコピーし、変更をすることも
できる。(ただしこの方法では、将来 defaults.vim が変更された際に、そのアップデー
トは反映されない)

もしも defaults.vim の一部が気に入らない場合でも、まず defaults.vim を読み込ん
でから、個々の設定を変更することができる。個別の項目をどのように変更するべきか
Expand Down
9 changes: 5 additions & 4 deletions en/starting.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*starting.txt* For Vim version 9.1. Last change: 2024 Sep 05
*starting.txt* For Vim version 9.1. Last change: 2024 Sep 15


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1077,9 +1077,10 @@ This should work well for new Vim users. If you create your own .vimrc, it is
recommended to add these lines somewhere near the top: >
unlet! skip_defaults_vim
source $VIMRUNTIME/defaults.vim
Then Vim works like before you had a .vimrc. Copying $VIMRUNTIME/vimrc_example
is way to do this. Alternatively, you can copy defaults.vim to your .vimrc
and modify it (but then you won't get updates when it changes).
Then Vim works like before you had a .vimrc.
Copying $VIMRUNTIME/vimrc_example.vim to your .vimrc is another way to do
this. Alternatively, you can copy defaults.vim to your .vimrc and modify it
(but then you won't get updates when it changes).

If you don't like some of the defaults, you can still source defaults.vim and
revert individual settings. See the defaults.vim file for hints on how to
Expand Down

0 comments on commit 5ca544b

Please sign in to comment.