Document g:gruvbox_guisp_fallback in the wiki

Anton Paras
2017-12-21 17:10:31 -08:00
parent c611ca2aa2
commit 9732aa325f

@@ -89,6 +89,14 @@ default: `0`
[Extrahighlighted warnings](https://github.com/morhetz/gruvbox/pull/34#issue-40671836)
default: `0`
### g:gruvbox_guisp_fallback
Delegates `guisp` colorings to `guifg` or `guibg`. This is handy for terminal vim. Uses `guifg` or `guibg` for colors originally assigned to `guisp`. `guisp` concerns the colors of underlines and strikethroughs. Terminal vim cannot color underlines and strikethroughs, only gVim can. This option instructs vim to color `guifg` or `guibg` as a fallback.
default: `'NONE'`
Possible Values: `'fg'`, `'bg'`
Functions
---------