Use standout/reverse instead of yellow for jediUsages

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
This commit is contained in:
Dave Halter
2017-10-31 22:49:45 +01:00
parent cc087ef463
commit 9e2244c44e

View File

@@ -31,4 +31,4 @@ if g:jedi#show_call_signatures > 0 && has('conceal')
endif endif
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