File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1349,6 +1349,11 @@ Vim起動時にオプション 'cpoptions' にPOSIXフラグを含めるには
1349
1349
$VIM_POSIX を設定してください。そうするとVimができるだけPOSIXに従うようになり
1350
1350
ます。これは Vi互換であることとは少し違います。
1351
1351
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
+
1352
1357
以下はVimがPOSIX仕様に従わない点とその理由です:
1353
1358
1354
1359
*posix-screen-size*
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1323,6 +1323,11 @@ Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX
1323
1323
flags when Vim starts up. This makes Vim run as POSIX as it can. That's
1324
1324
a bit different from being Vi compatible.
1325
1325
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
+
1326
1331
This is where Vim does not behave as POSIX specifies and why:
1327
1332
1328
1333
*posix-screen-size*
You can’t perform that action at this time.
0 commit comments