File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- *vi_diff.txt* For Vim バージョン 9.1. Last change: 2024 May 15
1
+ *vi_diff.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -119,11 +119,11 @@ Vi との互換性 |'compatible'|
119
119
くとも改良が必要だと考えられるものがあります。しかしそれでもなお Vim
120
120
は可能な限り「本当の」 Vi のように振る舞うモードで起動します。Vim にも
121
121
う少しよい動作をして欲しい場合は 'compatible' オプションを解除してみて
122
- ください。
122
+ ください: >
123
123
:set nocompatible
124
- それか Vim を "-N" 引数つきで起動してください:
124
+ < または Vim を "-N" 引数つきで起動してください: >
125
125
vim -N
126
- もし .vimrc ファイルがあれば 'nocompatible' つきでVimが起動します。
126
+ < もし .vimrc ファイルがあれば 'nocompatible' つきでVimが起動します。
127
127
| startup | も見てください。'cpoptions' オプションはたくさんの特定のアイ
128
128
テムに関する Viと同一の動作をするかどうかのオン/オフを切り替えることが
129
129
できます。
Original file line number Diff line number Diff line change 1
- *vi_diff.txt* For Vim version 9.1. Last change: 2024 May 15
1
+ *vi_diff.txt* For Vim version 9.1. Last change: 2024 Oct 05
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -119,11 +119,11 @@ Vi compatibility. |'compatible'|
119
119
considered to be a bug, or at least need improvement. But still, Vim
120
120
starts in a mode which behaves like the "real" Vi as much as possible.
121
121
To make Vim behave a little bit better, try resetting the 'compatible'
122
- option:
122
+ option: >
123
123
:set nocompatible
124
- Or start Vim with the "-N" argument:
124
+ < Or start Vim with the "-N" argument: >
125
125
vim -N
126
- Vim starts with 'nocompatible' automatically if you have a .vimrc
126
+ < Vim starts with 'nocompatible' automatically if you have a .vimrc
127
127
file. See | startup | .
128
128
The 'cpoptions' option can be used to set Vi compatibility on/off for
129
129
a number of specific items.
You can’t perform that action at this time.
0 commit comments