diff options
author | Famiu Haque <famiuhaque@proton.me> | 2024-10-22 22:14:01 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 09:14:01 -0700 |
commit | 07b4cb6ada2da108bbf8277bec63068234ceaa67 (patch) | |
tree | 2c05eaeb18d11ddb767be03a58aaf9a123fa7095 /runtime/doc/vim_diff.txt | |
parent | e178331488a0fb6a9c48152511a21a3f95d66750 (diff) | |
download | rneovim-07b4cb6ada2da108bbf8277bec63068234ceaa67.tar.gz rneovim-07b4cb6ada2da108bbf8277bec63068234ceaa67.tar.bz2 rneovim-07b4cb6ada2da108bbf8277bec63068234ceaa67.zip |
docs(options): remove description for hidden options #30903
Problem:
Hidden options are documented despite being no-ops.
Solution:
Remove docs for hidden options.
Move tags for options that we plan to restore, to ":help nvim-missing".
Move tags for permanently removed options, to ":help nvim-removed".
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 78d0329b00..94c0578872 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -623,7 +623,12 @@ These legacy Vim features are not yet implemented: - *:gui* - *:gvim* +- *'browsedir'* *'bsdir'* - *'completepopup'* +- *'guioptions'* *'go'* +- *'guitablabel'* *'gtl'* +- *'guitabtooltip'* *'gtt'* +- *'mouseshape'* *'mouses'* - *'previewpopup'* ============================================================================== @@ -730,6 +735,8 @@ Options: CMD-v (macOS), middle-click, …). - *'imactivatefunc'* *'imaf'* - *'imactivatekey'* *'imak'* +- *'imcmdline'* *'imc'* *'noimcmdline'* *'noimc'* +- *'imdisable'* *'imd'* *'noimdisable'* *'noimd'* - *'imstatusfunc'* *'imsf'* - *'insertmode'* *'im'* Use the following script to emulate 'insertmode': >vim autocmd BufWinEnter * startinsert @@ -767,6 +774,7 @@ Options: 6 composing chars only. - *'maxmem'* Nvim delegates memory-management to the OS. - *'maxmemtot'* Nvim delegates memory-management to the OS. +- *'opendevice'* *'odev'* *'noopendevice'* *'noodev'* - printoptions - *'printdevice'* - *'printencoding'* |