mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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).
|
removed in the future).
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
|:autocmd| accepts the `++once` flag
|
|
||||||
|:checkhealth|
|
|:checkhealth|
|
||||||
|:drop| is always available
|
|:drop| is always available
|
||||||
|:Man| is available by default, with many improvements such as completion
|
|:Man| is available by default, with many improvements such as completion
|
||||||
@ -157,8 +156,6 @@ Events:
|
|||||||
|TermOpen|
|
|TermOpen|
|
||||||
|UIEnter|
|
|UIEnter|
|
||||||
|UILeave|
|
|UILeave|
|
||||||
|VimResume|
|
|
||||||
|VimSuspend|
|
|
||||||
|WinClosed|
|
|WinClosed|
|
||||||
|
|
||||||
Functions:
|
Functions:
|
||||||
@ -195,11 +192,10 @@ Options:
|
|||||||
'cpoptions' flags: |cpo-_|
|
'cpoptions' flags: |cpo-_|
|
||||||
'display' flags: "msgsep" minimizes scrolling when showing messages
|
'display' flags: "msgsep" minimizes scrolling when showing messages
|
||||||
'guicursor' works in the terminal
|
'guicursor' works in the terminal
|
||||||
'fillchars' flags: "msgsep" (see 'display'), "eob" for |hl-EndOfBuffer|
|
'fillchars' flags: "msgsep" (see 'display'), "foldopen", "foldsep",
|
||||||
marker, "foldopen", "foldsep", "foldclose"
|
"foldclose"
|
||||||
'foldcolumn' supports up to 9 dynamic/fixed columns
|
'foldcolumn' supports up to 9 dynamic/fixed columns
|
||||||
'inccommand' shows interactive results for |:substitute|-like commands
|
'inccommand' shows interactive results for |:substitute|-like commands
|
||||||
'listchars' local to window
|
|
||||||
'pumblend' pseudo-transparent popupmenu
|
'pumblend' pseudo-transparent popupmenu
|
||||||
'scrollback'
|
'scrollback'
|
||||||
'signcolumn' supports up to 9 dynamic/fixed columns
|
'signcolumn' supports up to 9 dynamic/fixed columns
|
||||||
|
Loading…
Reference in New Issue
Block a user