From 40c54bc12b5700f6bffed12209489e1f669f6423 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 17 Jun 2016 20:47:16 +0200 Subject: Update --- after/syntax/rust.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'after/syntax') diff --git a/after/syntax/rust.vim b/after/syntax/rust.vim index cb13cd73..9a317956 100644 --- a/after/syntax/rust.vim +++ b/after/syntax/rust.vim @@ -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 hi! link Conceal Operator endif endif -- cgit v1.2.3