Hi, I want to use vim's concealing feature. I got it to work on greek symbols so far.
" Works au VimEnter * syntax keyword Statement alpha conceal cchar=α au VimEnter * syntax keyword Statement beta conceal cchar=β au VimEnter * syntax keyword Statement lambda conceal cchar=λ au VimEnter * syntax keyword Statement pi conceal cchar=π " Don't work au VimEnter * syntax keyword Statement <= conceal cchar=≤ au VimEnter * syntax keyword Statement >= conceal cchar=≥ au VimEnter * hi! link Conceal Statement au VimEnter * set conceallevel=2 But it doesn't work on the comparison operators like <= and >=. Is there any way to make them work on these operators as well? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
