Skip to content

Commit 8403286

Browse files
committed
Delete useless function: s:hilink.
1 parent 24dc655 commit 8403286

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

plugin/quickui.vim

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ let s:rtp = fnamemodify(s:home, ':h')
2929
"----------------------------------------------------------------------
3030
let g:quickui#style#border = get(g:, 'quickui_border_style', 1)
3131

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-
4232
function! s:set_quickui_hi()
4333
" hi! QuickDefaultSel ctermbg=
4434
hi! link QuickBG QuickDefaultBackground

0 commit comments

Comments
 (0)