doc/deprecated.txt (#5338)

`deprecated.txt` is a place for deprecated tags to live.
- Encourages aggressive documentation of deprecations without cluttering
  the main help files.
- Provides a single browsable reference of all deprecations.

Other changes:
- Move tags to doc/vim_diff.txt.
- Remove doc/quotes.txt. It has little historical value, except maybe the
  Larry Wall quote.
This commit is contained in:
Justin M. Keyes
2016-09-24 15:07:49 +02:00
committed by GitHub
parent 54d41ff049
commit e65895941c
12 changed files with 79 additions and 426 deletions

View File

@@ -220,10 +220,12 @@ planned for the current milestone.
These features are in Vim, but have been intentionally removed from Nvim.
Vi-compatible mode:
*'cp'* *'nocompatible'* *'nocp'* *'compatible'*
Nvim is always "non-compatible" with Vi.
":set nocompatible" is ignored
":set compatible" is an error
*'ed'* *'edcompatible'* *'noed'* *'noedcompatible'*
Ed-compatible mode:
":set noedcompatible" is ignored
":set edcompatible" is an error
@@ -233,8 +235,8 @@ Ed-compatible mode:
":set nottyfast" is an error
Encryption support:
'cryptmethod'
'key'
*'cryptmethod'* *'cm'*
*'key'*
MS-DOS support:
'bioskey'
@@ -245,27 +247,27 @@ Highlight groups:
Other options:
'antialias'
'cpoptions' ('g', 'w', 'H', '*', '-', 'j', and all POSIX flags were removed)
'guioptions' (only the 't' flag was removed)
'guipty'
'imactivatefunc'
'imactivatekey'
'imstatusfunc'
'macatsui'
'restorescreen'
'cpoptions' ("g", "w", "H", "*", "-", "j", and all POSIX flags were removed)
'guioptions' "t" flag was removed
*'guipty'* (Nvim uses pipes and PTYs consistently on all platforms.)
*'imactivatefunc'* *'imaf'*
*'imactivatekey'* *'imak'*
*'imstatusfunc'* *'imsf'*
*'macatsui'*
*'restorescreen'* *'rs'* *'norestorescreen'* *'nors'*
'shelltype'
'shortname'
'swapsync'
'term'
'termencoding' (Vim 7.4.852 also removed this for Windows)
*'shortname'* *'sn'* *'noshortname'* *'nosn'*
*'swapsync'* *'sws'*
*'term'* *E529* *E530* *E531*
*'termencoding'* *'tenc'* (Vim 7.4.852 also removed this for Windows)
'textauto'
'textmode'
'toolbar'
'toolbariconsize'
'ttybuiltin'
'ttymouse'
'ttyscroll'
'ttytype'
*'toolbar'* *'tb'*
*'toolbariconsize'* *'tbis'*
*'ttybuiltin'* *'tbi'* *'nottybuiltin'* *'notbi'*
*'ttymouse'* *'ttym'*
*'ttyscroll'* *'tsl'*
*'ttytype'* *'tty'*
'weirdinvert'
Other commands: