Skip to content

Commit 30d1983

Browse files
committed
Change g:hdevtools_type_highlight default from 'Search' to 'Visual'
1 parent ce2893f commit 30d1983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/hdevtools.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function! s:hdevtools_type.highlight(group)
3636
endfunction
3737

3838
function! s:highlight_group()
39-
return get(g:, 'hdevtools_type_highlight', 'Search')
39+
return get(g:, 'hdevtools_type_highlight', 'Visual')
4040
endfunction
4141

4242
function! s:on_enter()

0 commit comments

Comments
 (0)