From 5c63d2efa5e6aa3ebdc47e5767555b765ed39ed2 Mon Sep 17 00:00:00 2001 From: itsf4llofstars <90528743+itsf4llofstars@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:12:30 -0500 Subject: [PATCH 1/2] Wrap false with backticks options.md Line: 385: Wrap false with backticks in default value of tabhighlight options documentation --- runtime/help/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/options.md b/runtime/help/options.md index 791d52ff98..fd684f0369 100644 --- a/runtime/help/options.md +++ b/runtime/help/options.md @@ -382,7 +382,7 @@ Here are the available options: * `tabhighlight`: inverts the tab characters' (filename, save indicator, etc) colors with respect to the tab bar. - default value: false + default value: `false` * `tabreverse`: reverses the tab bar colors when active. From fa231a07dded19eeccac28a94fd4f2810900fd71 Mon Sep 17 00:00:00 2001 From: itsf4llofstars <90528743+itsf4llofstars@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:14:18 -0500 Subject: [PATCH 2/2] Wrap true with backticks options.md Line: 389: Wrap true with backticks in default value of tabreverse options documentation --- runtime/help/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/options.md b/runtime/help/options.md index fd684f0369..35bf17a54a 100644 --- a/runtime/help/options.md +++ b/runtime/help/options.md @@ -386,7 +386,7 @@ Here are the available options: * `tabreverse`: reverses the tab bar colors when active. - default value: true + default value: `true` * `tabsize`: the size in spaces that a tab character should be displayed with.