edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

cindent doesn't work fine #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if I set cindent model,the indent is not similar as vim on Linux and Windows.

the problem is:
when I m in cindent model,then I input a word ,append a blank space,then
the next word will autoindent to next line.I think the real cindent is not
working like this

Original issue reported on code.google.com by dweng123 on 21 Jan 2010 at 7:04

GoogleCodeExporter commented 9 years ago
There is no difference between platforms (the source code is identical): most 
likely you've set something up 
differently on your Mac.  Try going through the first two steps of

http://code.google.com/p/macvim/wiki/ReportingBugs

and see if you can figure out yourself what the problem is.  If you can't you 
should ask for help on the vim_mac 
mailing list.

Original comment by bjorn.winckler@gmail.com on 21 Jan 2010 at 4:58