From eceff431696a73db12c97ece5127a898e80e7c69 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 24 Apr 2015 19:10:59 -0400 Subject: [PATCH] doc/vim_diff.txt: formatting - backticks in Vim help docs are supported by even the default colorscheme; we should start using them for technical identifiers instead of quotation marks. - prefer judicious indentation to gratuitous bullets Helped-by: Michael Reed --- runtime/doc/vim_diff.txt | 87 +++++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 42 deletions(-) diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 94514d7b03..05de4598c9 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -21,9 +21,9 @@ these differences. ============================================================================== 1. Configuration *nvim-configuration* -- Use ".nvimrc" instead of ".vimrc" for storing configuration. -- Use ".nvim" instead of ".vim" to store configuration files. -- Use ".nviminfo" instead of ".viminfo" for persistent session information. +- Use `.nvimrc` instead of `.vimrc` for storing configuration. +- Use `.nvim` instead of `.vim` to store configuration files. +- Use `.nviminfo` instead of `.viminfo` for persistent session information. ============================================================================== 2. Option defaults *nvim-option-defaults* @@ -49,27 +49,27 @@ are always available and may be used simultaneously in separate plugins. The See |nvim-intro| for a list of Nvim's largest new features. -Meta key chords are recognized (even in the terminal). -- , , ... -- , , , ... -- , , ... -- , , , , , , ... +Meta-key chords are recognized (even in the terminal). + , , ... + , , , ... + , , ... + , , , , , , ... -CTRL-SHIFT-... key chords are distinguished from CTRL-... variants (even in +`CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants (even in the terminal). -- , -- , -- , + , + , + , Events: -- |TabNew| -- |TabNewEntered| -- |TabClosed| + |TabNew| + |TabNewEntered| + |TabClosed| Highlight groups: -- |hl-EndOfBuffer| -- |hl-TermCursor| -- |hl-TermCursorNC| + |hl-EndOfBuffer| + |hl-TermCursor| + |hl-TermCursorNC| ============================================================================== 5. Missing legacy features *nvim-features-missing* @@ -89,39 +89,42 @@ planned for the current milestone. These features are in Vim, but have been intentionally removed from Nvim. -Vi-compatible mode -- ":set nocompatible" is ignored -- ":set compatible" is an error +Vi-compatible mode: + ":set nocompatible" is ignored + ":set compatible" is an error -Ed-compatible mode -- ":set noedcompatible" is ignored -- ":set edcompatible" is an error +Ed-compatible mode: + ":set noedcompatible" is ignored + ":set edcompatible" is an error -'ttyfast' -- ":set ttyfast" is ignored -- ":set nottyfast" is an error +'ttyfast': + ":set ttyfast" is ignored + ":set nottyfast" is an error -EBCDIC support +Encryption support: + 'cryptmethod' + 'key' -8.3 filesystem support -- 'shortname' +MS-DOS support: + 'bioskey' + 'conskey' -Encryption support -- 'cryptmethod' -- 'key' +Other options: + 'shortname' + 'shelltype' + 'textauto' + 'textmode' -MS-DOS support -- 'bioskey' -- 'conskey' +Other commands: + :fixdel + :mode no longer accepts an argument + :shell -'shelltype' -":shell" -":mode", no longer accepts an argument -'textauto' -'textmode' +Other compile-time features: + EBCDIC "Easy mode" (eview, evim, nvim -y) -"(g)vimdiff" (solely an alias for (g)nvim -d, i.e. |diff-mode|) +"(g)vimdiff" (alias for "(g)nvim -d" |diff-mode|) "Vi mode" (nvim -v) The ability to start nvim via the following aliases has been removed in favor