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/syntax.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/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index c1b762a52f..3cb96226da 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -45,7 +45,7 @@ directory where the Vim stuff is located. For example, if your syntax files are in the "/usr/vim/vim82/syntax" directory, set $VIMRUNTIME to "/usr/vim/vim82". You must do this in the shell, before starting Vim. This command also sources the |menu.vim| script when the GUI is running or -will start soon. See |'go-M'| about avoiding that. +will start soon. *:hi-normal* *:highlight-normal* If you are running in the GUI, you can get white text on a black background |