add comment

This commit is contained in:
Ray Elliott 2020-07-31 15:49:43 +01:00
parent 03bd46bf9e
commit d38d40a29c
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ function! ToggleHighlights() abort "{{{
let b:toggle_highlights_state = ! b:toggle_highlights_state
endif
" TODO account for dark/light colour schemes
if b:toggle_highlights_state == 1
hi Comment guifg=#9d9d9d
else