We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dc655 commit 8403286Copy full SHA for 8403286
plugin/quickui.vim
@@ -29,16 +29,6 @@ let s:rtp = fnamemodify(s:home, ':h')
29
"----------------------------------------------------------------------
30
let g:quickui#style#border = get(g:, 'quickui_border_style', 1)
31
32
-
33
-"----------------------------------------------------------------------
34
-" default highlighting
35
36
-function! s:hilink(name, target)
37
- if !hlexists(a:name)
38
- exec 'hi! link ' . a:name . ' ' . a:target
39
- endif
40
-endfunc
41
42
function! s:set_quickui_hi()
43
" hi! QuickDefaultSel ctermbg=
44
hi! link QuickBG QuickDefaultBackground
0 commit comments