From 2a466001401c5a6d67ca9e33ae9630939150d09f Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 2 Apr 2022 15:24:10 +0200 Subject: docs(options): add more missing 'nofoo' tags (#17967) --- runtime/doc/options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 1662236525..b60b8f8849 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2133,7 +2133,7 @@ A jump table for the options with a short description can be found at |Q_op|. hor horizontally, height of windows is not affected both width and height of windows is affected - *'emoji'* *'emo'* + *'emoji'* *'emo'* *'noemoji'* *'noemo'* 'emoji' 'emo' boolean (default: on) global When on all Unicode emoji characters are considered to be full width. @@ -6429,7 +6429,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'arabicshape' is ignored, but 'rightleft' isn't changed automatically. For further details see |arabic.txt|. - *'termguicolors'* *'tgc'* + *'termguicolors'* *'tgc'* *'notermguicolors'* *'notgc'* 'termguicolors' 'tgc' boolean (default off) global Enables 24-bit RGB color in the |TUI|. Uses "gui" |:highlight| -- cgit