diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-07-08 06:29:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 06:29:48 -0700 |
commit | 7c077a3c2b78387b633b90be92096dd6d357cad7 (patch) | |
tree | 4b1fb0e796810f67a36488019fc5ea3474ca79d9 /runtime/doc/vim_diff.txt | |
parent | 8c9e37cc09f5b79a981c574ab8bcfb0b9ed58ca8 (diff) | |
parent | d2e44da516816e2616b531886eb9ba7f4c271fb4 (diff) | |
download | rneovim-7c077a3c2b78387b633b90be92096dd6d357cad7.tar.gz rneovim-7c077a3c2b78387b633b90be92096dd6d357cad7.tar.bz2 rneovim-7c077a3c2b78387b633b90be92096dd6d357cad7.zip |
Merge #24295 from justinmk/doc2
docs: "Return (multiple)", condense @notes
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 6ffd45d013..68ebb8cc94 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -536,12 +536,14 @@ Working directory (Vim implemented some of these after Nvim): working directory. Use `getcwd(-1, -1)` to get the global working directory. ============================================================================== -Missing legacy features *nvim-missing* +Missing features *nvim-missing* These legacy Vim features are not yet implemented: -*:gui* -*:gvim* +- *:gui* +- *:gvim* +- *'completepopup'* +- *'previewpopup'* ============================================================================== Removed legacy features *nvim-removed* @@ -644,6 +646,7 @@ Options: 'highlight' (Names of builtin |highlight-groups| cannot be changed.) *'hkmap'* *'hk'* use `set keymap=hebrew` instead. *'hkmapp'* *'hkp'* use `set keymap=hebrewp` instead. + keyprotocol *'pastetoggle'* *'pt'* Just Paste It.™ |paste| is handled automatically when you paste text using your terminal's or GUI's paste feature (CTRL-SHIFT-v, @@ -687,6 +690,7 @@ Options: Use |g8| or |ga|. See |mbyte-combining|. *'maxmem'* Nvim delegates memory-management to the OS. *'maxmemtot'* Nvim delegates memory-management to the OS. + printoptions *'printdevice'* *'printencoding'* *'printexpr'* |