Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap default values in back ticks for tabhighlight and tabreverse #2874

Closed
wants to merge 2 commits into from

Conversation

itsf4llofstars
Copy link

Default value false in option "tabhighlight" documentation, options.md Line: 385 was missing back ticks.

Wrap false in back ticks for document formatting.

* `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.

Default value true in option "tabrevers" documentation, options.md Line: 389 was missing back ticks.

Wrap true in back ticks for document formatting.

* `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.

Please let me know if there was any problems with this pull request. Thanks for the opportunity to contribute, and for the micro text editor.

Cheers
itsf4llofstars

options.md Line: 385: Wrap false with backticks in default
value of tabhighlight options documentation
options.md Line: 389: Wrap true with backticks in default
value of tabreverse options documentation
@dmaluka
Copy link
Collaborator

dmaluka commented Jan 19, 2025

Duplicate of #3615

@dmaluka dmaluka marked this as a duplicate of #3615 Jan 19, 2025
@dmaluka dmaluka closed this Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants