Skip to content

Commit e82a452

Browse files
authored
Merge pull request #740 from kazukazuinaina/update_vi_diff
update vi_diff.{txt,jax}
2 parents 5610740 + cebc5f3 commit e82a452

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/vi_diff.jax

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vi_diff.txt* For Vim バージョン 8.1. Last change: 2019 Oct 12
1+
*vi_diff.txt* For Vim バージョン 8.1. Last change: 2019 Nov 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1349,6 +1349,11 @@ Vim起動時にオプション 'cpoptions' にPOSIXフラグを含めるには
13491349
$VIM_POSIX を設定してください。そうするとVimができるだけPOSIXに従うようになり
13501350
ます。これは Vi互換であることとは少し違います。
13511351

1352+
ViのPOSIX仕様についてはここにあります:
1353+
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html
1354+
および関連するEx仕様:
1355+
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html
1356+
13521357
以下はVimがPOSIX仕様に従わない点とその理由です:
13531358

13541359
*posix-screen-size*

en/vi_diff.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vi_diff.txt* For Vim version 8.1. Last change: 2019 Oct 12
1+
*vi_diff.txt* For Vim version 8.1. Last change: 2019 Nov 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1323,6 +1323,11 @@ Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX
13231323
flags when Vim starts up. This makes Vim run as POSIX as it can. That's
13241324
a bit different from being Vi compatible.
13251325

1326+
You can find the Posix specification for Vi here:
1327+
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html
1328+
And the related Ex specification:
1329+
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html
1330+
13261331
This is where Vim does not behave as POSIX specifies and why:
13271332

13281333
*posix-screen-size*

0 commit comments

Comments
 (0)