diff options
author | Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> | 2022-08-14 19:40:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 10:40:41 +0800 |
commit | 93ae1838104bdbf68d0c4ef13f7081a1b8da2ad3 (patch) | |
tree | 92e4cf1182c893e8963675da5f5c5e92899a182f | |
parent | a6f0e32d23930b5ab7d5c70d0c58e9964e3af408 (diff) | |
download | rneovim-93ae1838104bdbf68d0c4ef13f7081a1b8da2ad3.tar.gz rneovim-93ae1838104bdbf68d0c4ef13f7081a1b8da2ad3.tar.bz2 rneovim-93ae1838104bdbf68d0c4ef13f7081a1b8da2ad3.zip |
docs: update Vim differences (#19780)
Patch 8.2.4594 (https://github.com/vim/vim/commit/36a5b6867bb6c0bd69c8da7d788000ab8a0b0ab0) added support for sourcing a buffer without a name.
Patch 8.2.4325 (https://github.com/vim/vim/commit/3908ef5017a6b4425727013588f72cc7343199b9) added support for using a popup menu for wildmode completion.
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 27c953a460..822a03feb6 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -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 |