diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-07-03 03:35:39 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-19 15:14:22 -0400 |
commit | b19afa52c4ee679f62b5e7679694241f9a09ccba (patch) | |
tree | ddca9ba66226eaba8dbbc981a5c293516bd47fb8 /runtime | |
parent | d9b053d6a6fe95d230004c4c75d91a5e87119259 (diff) | |
download | rneovim-b19afa52c4ee679f62b5e7679694241f9a09ccba.tar.gz rneovim-b19afa52c4ee679f62b5e7679694241f9a09ccba.tar.bz2 rneovim-b19afa52c4ee679f62b5e7679694241f9a09ccba.zip |
Remove POSIX 'cpoptions': '&'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 | ||||
-rw-r--r-- | runtime/doc/recover.txt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index ba6876598f..f6c34519e6 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1946,10 +1946,6 @@ A jump table for the options with a short description can be found at |Q_op|. when $VIM_POSIX was set on startup. |posix| contains behavior ~ - *cpo-&* - & When ":preserve" was used keep the swap file when - exiting normally while this buffer is still loaded. - This flag is tested when exiting. *cpo-\* \ Backslash in a [] range in a search pattern is taken literally, only "\]" is special See |/[]| diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt index 53cb31f813..0b67732cd1 100644 --- a/runtime/doc/recover.txt +++ b/runtime/doc/recover.txt @@ -111,10 +111,6 @@ command: *:pre* *:preserve* *E313* *E314* :pre[serve] Write all text for all buffers into swap file. The original file is no longer needed for recovery. - This sets a flag in the current buffer. When the '&' - flag is present in 'cpoptions' the swap file will not - be deleted for this buffer when Vim exits and the - buffer is still loaded |cpo-&|. A Vim swap file can be recognized by the first six characters: "b0VIM ". After that comes the version number, e.g., "3.0". |