mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
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
This commit is contained in:
parent
772421f6b1
commit
03383ee27b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user