mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
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".
This commit is contained in:
@@ -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'*
|
||||
|
||||
Reference in New Issue
Block a user