From cbb385a7150f070c5e4d32658820b5929bd5caa6 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Wed, 1 Mar 2023 19:14:02 -0800 Subject: [PATCH] Fix documentation back to having space before "~" Previous commit trying to fix help file style error erroneously removed the space, which should have been there. --- runtime/doc/eval.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 539a592c73..945e13bd9d 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2363,7 +2363,7 @@ v:operator The last operator given in Normal mode. This is a single v:os_appearance The current OS appearance mode. Useful if you want to change options |background| or |colorscheme| according to the appearance of the GUI frontend. See also |OSAppearanceChanged|. - value description~ + value description ~ 0 Light Mode (always 0 on unsupported platforms) 1 Dark Mode 2 High-Contrast Light Mode