mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
Update runtime files
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*vi_diff.txt* For Vim version 8.1. Last change: 2019 Oct 12
|
||||
*vi_diff.txt* For Vim version 8.1. Last change: 2019 Nov 12
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
@ -1323,6 +1323,11 @@ Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX
|
||||
flags when Vim starts up. This makes Vim run as POSIX as it can. That's
|
||||
a bit different from being Vi compatible.
|
||||
|
||||
You can find the Posix specification for Vi here:
|
||||
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html
|
||||
And the related Ex specification:
|
||||
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html
|
||||
|
||||
This is where Vim does not behave as POSIX specifies and why:
|
||||
|
||||
*posix-screen-size*
|
||||
|
Reference in New Issue
Block a user