Skip to content

Commit

Permalink
Use standout/reverse instead of yellow for jediUsages
Browse files Browse the repository at this point in the history
It uses cterm=reverse, which is supported by current Neovim, and at
least for xterm and rxvt-unicode reverse and standout are the same.

See `infocmp`:

> smso=\E[7m / rev=\E[7m
  • Loading branch information
davidhalter committed Jul 15, 2018
1 parent cc087ef commit 9e2244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/syntax/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ if g:jedi#show_call_signatures > 0 && has('conceal')
endif
endif

hi jediUsage term=NONE cterm=NONE ctermfg=None guifg=None gui=NONE ctermbg=3 guibg=Yellow
hi def jediUsage cterm=reverse gui=standout

0 comments on commit 9e2244c

Please sign in to comment.