mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-09 02:13:46 -05:00
Fixes an error setting default colours to NONE
It needs to be NONE, not none.
This commit is contained in:
@@ -181,7 +181,7 @@ endfunction
|
||||
" Define default highlights.
|
||||
"
|
||||
function! indent_guides#define_default_highlights()
|
||||
exe 'hi IndentGuidesOdd guibg=none ctermbg=none'
|
||||
exe 'hi IndentGuidesEven guibg=none ctermbg=none'
|
||||
exe 'hi IndentGuidesOdd guibg=NONE ctermbg=NONE'
|
||||
exe 'hi IndentGuidesEven guibg=NONE ctermbg=NONE'
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user