The indentation tag has no wiki summary.
4
votes
1answer
864 views
vim auto indenting even after setting noai option
I am using vim 7.2 from putty terminal.
Even if I run set noai it seems vim still trying to indent code.
I am copying my code from Notepad++ to vim.
following is from Notepad++
and following what I ...
1
vote
1answer
320 views
How to change vim auto-indent behavior?
By default vim aligns lines inside LI tags on the same position as the position of LI tag, but I want the contents of LI to have deeper indentation.
Current behaviour:
<LI>
first line
second ...