1
Fork 0

Misc cleanup

master
Joshua Potter 2017-05-26 16:46:34 -07:00
parent 758449bd72
commit a7f329b95e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
" s:active_register :: String {{{2
" ------------------------------------------------------------------------------
" The h_register currently active. This defaults to the unnamed register.
" The h_register currently active. This defaults to register '1'.
let s:active_register = "1"
@ -160,7 +160,7 @@ function! highlight#init_register(reg, color)
" Supported attributes for 'cterm' and 'gui', as indicated by *synIDattr*.
let l:attrs = [ 'fg', 'bg', 'bold', 'italic', 'underline',
\ 'reverse', 'inverse', 'standout', 'underline', 'undercurl']
\ 'reverse', 'inverse', 'standout', 'undercurl']
let l:highlight = []
for l:mode in ['cterm', 'gui']