mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
deprecate hls cursor functions
This commit is contained in:
@@ -1112,17 +1112,11 @@ call s:HL('jsonString', s:fg1)
|
||||
" Search Highlighting Cursor {{{
|
||||
|
||||
function! GruvboxHlsShowCursor()
|
||||
call s:HL('Cursor', s:bg0, s:hls_cursor)
|
||||
call s:HL('vCursor', s:bg0, s:hls_cursor)
|
||||
call s:HL('iCursor', s:bg0, s:hls_cursor)
|
||||
call s:HL('lCursor', s:bg0, s:hls_cursor)
|
||||
echo 'GruvboxHlsShowCursor is deprecated'
|
||||
endfunction
|
||||
|
||||
function! GruvboxHlsHideCursor()
|
||||
call s:HL('Cursor', 'NONE', 'NONE', s:inverse)
|
||||
call s:HL('vCursor', 'NONE', 'NONE', s:inverse)
|
||||
call s:HL('iCursor', 'NONE', 'NONE', s:inverse)
|
||||
call s:HL('lCursor', 'NONE', 'NONE', s:inverse)
|
||||
echo 'GruvboxHlsHideCursor is deprecated'
|
||||
endfunction
|
||||
|
||||
" }}}
|
||||
|
||||
Reference in New Issue
Block a user