Monday, November 14, 2011

Re: View dotted lines TABS

* Manuel Ramos [2011.11.14 23:30]:
> example: I want to look like this.
>
> #include <stdio.h>
> int main (int argc, const char * argv [])
> {
> ........ printf("***************\n");
> ........ printf(" Hello World\n");
> ........ if (/ * condition * /) {
> ................/* Code * /
> ................/* Code */
> ........}
> ....... return 0;
> }

:set listchars=tab:..

:set list

--
JR

No comments: