diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-07-03 05:33:48 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-19 15:14:23 -0400 |
commit | 85b7ea9a8770c42bf2cadb1d3fa605b58d82d7cb (patch) | |
tree | 2e1a467ff7798a9e52f0851f4ae894cdb19d8a37 /runtime/doc/intro.txt | |
parent | 4f444ae4f8813a1193dd831049d19f86b5128e93 (diff) | |
download | rneovim-85b7ea9a8770c42bf2cadb1d3fa605b58d82d7cb.tar.gz rneovim-85b7ea9a8770c42bf2cadb1d3fa605b58d82d7cb.tar.bz2 rneovim-85b7ea9a8770c42bf2cadb1d3fa605b58d82d7cb.zip |
Remove POSIX 'cpoptions': cleanup
- CPO_ALL and CPO_VI are identical, so merge them
- No longer check for the environment variable 'VIM_POSIX'
- In vim_diff.txt, mention the removal of 'cpoptions' flags
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index d15f8b3dd3..0825ca8848 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -269,11 +269,6 @@ Vi "the original". Without further remarks this is the version to. Only runs under Unix. Source code only available with a license. More information on Vi can be found through: http://vi-editor.org [doesn't currently work...] - *Posix* -Posix From the IEEE standard 1003.2, Part 2: Shell and utilities. - Generally known as "Posix". This is a textual description of - how Vi is supposed to work. - See |posix-compliance|. *Nvi* Nvi The "New" Vi. The version of Vi that comes with BSD 4.4 and FreeBSD. Very good compatibility with the original Vi, with a few extensions. |