This commit is contained in:
Adam Stankiewicz
2016-06-17 20:47:16 +02:00
parent 44b3d860cb
commit 40c54bc12b
10 changed files with 347 additions and 350 deletions

View File

@@ -28,8 +28,11 @@ endif
hi link rustNiceOperator Operator
if !exists('g:rust_conceal_mod_path') && g:rust_conceal_mod_path != 0
if !(exists('g:rust_conceal_mod_path') && g:rust_conceal_mod_path != 0)
hi! link Conceal Operator
" And keep it after a colorscheme change
au ColorScheme <buffer> hi! link Conceal Operator
endif
endif