Hello all.
first, sorry for my English.
I'm searching and searching but can't find, i'm new to this list, so I want to
ask you a
newbie question.
I'm using vim in Debian Squeeze, so how do I get my code files are displayed as
dotted
lines the
TABS.
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;
}
I want to display the indentation line as dotted lines "........" .
thank!
--
Manuel Ramos
GPG-Id: 20BF5F2C
--
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