aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegappan Lakshmanan <4298407+yegappan@users.noreply.github.com>2021-02-16 10:50:06 -0800
committerGitHub <noreply@github.com>2021-02-16 19:50:06 +0100
commit03383ee27b04c82265de45a90f9dbccfc502dbc9 (patch)
tree3f7749aa591fbd1714296c52130e31cf413a9fd3
parent772421f6b17f0d1e1a1124840aed3510c16c55c2 (diff)
downloadrneovim-03383ee27b04c82265de45a90f9dbccfc502dbc9.tar.gz
rneovim-03383ee27b04c82265de45a90f9dbccfc502dbc9.tar.bz2
rneovim-03383ee27b04c82265de45a90f9dbccfc502dbc9.zip
doc: Update vim_diff.txt (#13954)
Update vim_diff.txt to reflect the following patches: patch 8.1.1113: making an autocommand trigger once is not so easy patch 8.2.2128: there is no way to do something on CTRL-Z patch 8.2.2508: cannot change the character displayed in non existing lines patch 8.2.2518: 'listchars' should be window-local
-rw-r--r--runtime/doc/vim_diff.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 808af5f544..0c1e216164 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -144,7 +144,6 @@ Command-line highlighting:
removed in the future).
Commands:
- |:autocmd| accepts the `++once` flag
|:checkhealth|
|:drop| is always available
|:Man| is available by default, with many improvements such as completion
@@ -157,8 +156,6 @@ Events:
|TermOpen|
|UIEnter|
|UILeave|
- |VimResume|
- |VimSuspend|
|WinClosed|
Functions:
@@ -195,11 +192,10 @@ Options:
'cpoptions' flags: |cpo-_|
'display' flags: "msgsep" minimizes scrolling when showing messages
'guicursor' works in the terminal
- 'fillchars' flags: "msgsep" (see 'display'), "eob" for |hl-EndOfBuffer|
- marker, "foldopen", "foldsep", "foldclose"
+ 'fillchars' flags: "msgsep" (see 'display'), "foldopen", "foldsep",
+ "foldclose"
'foldcolumn' supports up to 9 dynamic/fixed columns
'inccommand' shows interactive results for |:substitute|-like commands
- 'listchars' local to window
'pumblend' pseudo-transparent popupmenu
'scrollback'
'signcolumn' supports up to 9 dynamic/fixed columns