Cory Echols wrote:
> On Thu, Jan 15, 2009 at 4:09 AM, Frans Grotepass
> <[email protected]> wrote:
>> Well, that is my question. Why does the cinoptions apply to the mail syntax?
> 
> It doesn't seem to be set to apply to mail sytax by default.  You may
> have some autocommands or plugins specific to your setup that are
> causing the problem.  You can see what may be setting it by using the
> following ex commands:
> 
> :verbose set cindent?
> :verbose set cinoptions?
> 

cindent is on. Switching to nocindent solves the problem. What happens is the 
following (with
tabwidth set to 4.


blablabla,
     bla

instead of

blablabla,
bla

the comma and open bracket "(" cause problems. "{" does not behave like in C.



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

Reply via email to