mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs: update Vim differences (#19780)
Patch 8.2.4594 (36a5b6867b
) added support for sourcing a buffer without a name. Patch 8.2.4325 (3908ef5017
) added support for using a popup menu for wildmode completion.
This commit is contained in:
parent
a6f0e32d23
commit
93ae183810
@ -209,7 +209,7 @@ Commands:
|
||||
|:Man| is available by default, with many improvements such as completion
|
||||
|:sign-define| accepts a `numhl` argument, to highlight the line number
|
||||
|:match| can be invoked before highlight group is defined
|
||||
|:source| works with Lua and anonymous (no file) scripts
|
||||
|:source| works with Lua
|
||||
User commands can support |:command-preview| to show results as you type
|
||||
|
||||
Events:
|
||||
@ -271,7 +271,6 @@ Options:
|
||||
'signcolumn' supports up to 9 dynamic/fixed columns
|
||||
'statusline' supports unlimited alignment sections
|
||||
'tabline' %@Func@foo%X can call any function on mouse-click
|
||||
'wildoptions' "pum" flag to use popupmenu for wildmode completion
|
||||
'winblend' pseudo-transparency in floating windows |api-floatwin|
|
||||
'winhighlight' window-local highlights
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user