diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-07-03 03:25:00 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-19 15:14:22 -0400 |
commit | d9b053d6a6fe95d230004c4c75d91a5e87119259 (patch) | |
tree | 1cc2869d2e72e2dfaccb1aa1c6ac6eb015a13adb /runtime/doc/options.txt | |
parent | 4a86122422e1e6cdedf5e4d99df9ea719793f367 (diff) | |
download | rneovim-d9b053d6a6fe95d230004c4c75d91a5e87119259.tar.gz rneovim-d9b053d6a6fe95d230004c4c75d91a5e87119259.tar.bz2 rneovim-d9b053d6a6fe95d230004c4c75d91a5e87119259.zip |
Remove POSIX 'cpoptions': '|'
It wasn't even hooked up to anything... must have been removed when
term.c was replaced.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 44d697d30f..ba6876598f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1964,10 +1964,6 @@ A jump table for the options with a short description can be found at |Q_op|. buffer is modified, unless ! is used. Vim doesn't need this, since it remembers the full path of an opened file. - *cpo-bar* - | The value of the $LINES and $COLUMNS environment - variables overrule the terminal size values obtained - with system specific functions. *'cryptmethod'* *'cm'* 'cryptmethod' Removed. |vim-differences| {Nvim} |