diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 10:30:32 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 10:30:32 +0200 |
commit | fb7cf8a9ab782d67db5aa71bffac67e63fcc0c4c (patch) | |
tree | 9b41186c43daaacf5b6d1cee71f8bde4dbc8edf2 /syntax | |
parent | 19a69cf77d521d6f3856d2f5c1a2faa678b937ba (diff) | |
download | vim-polyglot-fb7cf8a9ab782d67db5aa71bffac67e63fcc0c4c.tar.gz vim-polyglot-fb7cf8a9ab782d67db5aa71bffac67e63fcc0c4c.zip |
Update
Diffstat (limited to 'syntax')
-rw-r--r-- | syntax/go.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/go.vim b/syntax/go.vim index 93d6fbc4..73f28037 100644 --- a/syntax/go.vim +++ b/syntax/go.vim @@ -424,8 +424,8 @@ function! s:hi() " :GoDebug commands if go#config#HighlightDebug() - hi GoDebugBreakpoint term=standout ctermbg=117 ctermfg=0 guibg=#BAD4F5 guifg=Black - hi GoDebugCurrent term=reverse ctermbg=12 ctermfg=7 guibg=DarkBlue guifg=White + hi def GoDebugBreakpoint term=standout ctermbg=117 ctermfg=0 guibg=#BAD4F5 guifg=Black + hi def GoDebugCurrent term=reverse ctermbg=12 ctermfg=7 guibg=DarkBlue guifg=White endif endfunction |