example:
1. open test.c.
2. change settings.
:set list
:set listchars=tab:\|-
:syntax match Conceal conceal cchar=> 'AB'
:set conceallevel=1
3. problem setting, some chars disappeared ?!
:set lbr
--
--
You received this message from the "vim_dev" 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_dev" 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/d/optout.
#include <stdio.h>
#define ABC 1
#define ABCD 1
#define ABCDE 1
#define AB_C 1
#define AB_CD 1
#define AB_CDE 1
int main()
{
return 0;
}