Hi,

Is that possible? It solves the tab/space indentation debate, but how
is this done in Vim? For example, the code:

int main() {
<tab>if (1)
<tab><tab>int a = test(
<tab><tab>.............param1,
<tab><tab>.............param2,
<tab><tab>............);
}

would look perfectly fine no matter what tabwidth is, in whatever
editor. How do I enable this? It seems that Vim coerces all
indentation whitespace to tabs plus some spaces that aren't long
enough for the width of a tab. Does Vim also make this language
dependent? (E.g. For python, I would assume it has a different scheme
of handling automatic indentation.)

Thanks,
Oliver

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to