Skip to content

Commit 5b30b94

Browse files
authored
Merge pull request #1715 from vim-jp/hh-update-vi_diff
Update vi_diff.{txt,jax}
2 parents 9692e05 + dbf8254 commit 5b30b94

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/vi_diff.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -119,11 +119,11 @@ Vi との互換性 |'compatible'|
119119
くとも改良が必要だと考えられるものがあります。しかしそれでもなお Vim
120120
は可能な限り「本当の」 Vi のように振る舞うモードで起動します。Vim にも
121121
う少しよい動作をして欲しい場合は 'compatible' オプションを解除してみて
122-
ください
122+
ください: >
123123
:set nocompatible
124-
それか Vim を "-N" 引数つきで起動してください:
124+
< または Vim を "-N" 引数つきで起動してください: >
125125
vim -N
126-
もし .vimrc ファイルがあれば 'nocompatible' つきでVimが起動します。
126+
< もし .vimrc ファイルがあれば 'nocompatible' つきでVimが起動します。
127127
|startup| も見てください。'cpoptions' オプションはたくさんの特定のアイ
128128
テムに関する Viと同一の動作をするかどうかのオン/オフを切り替えることが
129129
できます。

en/vi_diff.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -119,11 +119,11 @@ Vi compatibility. |'compatible'|
119119
considered to be a bug, or at least need improvement. But still, Vim
120120
starts in a mode which behaves like the "real" Vi as much as possible.
121121
To make Vim behave a little bit better, try resetting the 'compatible'
122-
option:
122+
option: >
123123
:set nocompatible
124-
Or start Vim with the "-N" argument:
124+
< Or start Vim with the "-N" argument: >
125125
vim -N
126-
Vim starts with 'nocompatible' automatically if you have a .vimrc
126+
< Vim starts with 'nocompatible' automatically if you have a .vimrc
127127
file. See |startup|.
128128
The 'cpoptions' option can be used to set Vi compatibility on/off for
129129
a number of specific items.

0 commit comments

Comments
 (0)