diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-07-14 13:53:45 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-07-15 22:03:35 -0400 |
commit | 1e031650742310920e7d8ed10c02ceccb54e0a89 (patch) | |
tree | 6e1f434b4ff3e67e3531b1b21661733b23ce7115 /runtime/doc/vim_diff.txt | |
parent | 59784b91dbf97388281c1eb6989e2e770eb7ecac (diff) | |
download | rneovim-1e031650742310920e7d8ed10c02ceccb54e0a89.tar.gz rneovim-1e031650742310920e7d8ed10c02ceccb54e0a89.tar.bz2 rneovim-1e031650742310920e7d8ed10c02ceccb54e0a89.zip |
Remove :tearoff #3007
This also removes the 't' flag from 'guioptions'.
Side effect: :term[inal] -> :te[rminal]
Closes #3003.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 6ad3dab246..1d8d129338 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -28,13 +28,14 @@ these differences. ============================================================================== 2. Option defaults *nvim-option-defaults* -- 'autoindent' is set by default. +- 'autoindent' is set by default - 'autoread' is set by default - 'backspace' defaults to "indent,eol,start" - 'complete' doesn't include "i" - 'display' defaults to "lastline" - 'encoding' defaults to "utf-8" - 'formatoptions' defaults to "tcqj" +- 'guioptions' doesn't include "t" - 'hlsearch' is set by default - 'incsearch' is set by default - 'langnoremap' is set by default @@ -148,8 +149,9 @@ Other options: Other commands: :fixdel - :mode no longer accepts an argument + :mode (no longer accepts an argument) :shell + :tearoff Other compile-time features: EBCDIC |