mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-09 23:37:05 +00:00
Fix inconsistent documentation.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
*solarized8.txt* For Vim version 8.2 Last change: 2022 Mar 29
|
||||
*solarized8.txt* For Vim version 8.2 Last change: 2022 May 03
|
||||
|
||||
|
||||
Solarized 8 color scheme
|
||||
@@ -14,7 +14,7 @@ Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||
>
|
||||
let g:solarized_diffmode = "normal"
|
||||
<
|
||||
*g:solarized_enable_extra_hi_groups*
|
||||
*g:solarized_extra_hi_groups*
|
||||
Set to 0 to disable filetype-specific syntax highlight group.
|
||||
>
|
||||
let g:solarized_extra_hi_groups = 1
|
||||
|
||||
@@ -15,14 +15,15 @@ Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||
>
|
||||
let g:@optionprefix_diffmode = "normal"
|
||||
<
|
||||
*g:@optionprefix_enable_extra_hi_groups*
|
||||
Set to 1 to enable filetype-specific syntax highlight group.
|
||||
*g:@optionprefix_extra_hi_groups*
|
||||
Set to 0 to disable filetype-specific syntax highlight group.
|
||||
>
|
||||
let g:@optionprefix_extra_hi_groups = 0
|
||||
let g:@optionprefix_extra_hi_groups = 1
|
||||
<
|
||||
NOTE: setting this to 1 may leave "a wake of destruction when switching away"
|
||||
(T. Pope), that is, when you switch to a different colorscheme the
|
||||
highlighting may look wrong or disabled.
|
||||
NOTE: setting this to 0 may avoid "a wake of destruction when switching away"
|
||||
(T. Pope) in older versions of Vim—that is, when you switch to a different
|
||||
colorscheme the highlighting may look wrong or disabled.
|
||||
|
||||
*g:@optionprefix_italics*
|
||||
Set to 0 if you do not want to enable italics. Note that the color scheme in
|
||||
normal circumstances automatically detects whether italics is available. You
|
||||
|
||||
Reference in New Issue
Block a user