Tagged Questions
9
votes
7answers
4k views
What setting in vim counteracts smartindent's refusal to indent # comments in shell scripts?
I recently started using vim 7 (previously vim 6) and the smartindent setting. For the most part, it works well, though I'm so used to typing a tab after an open brace that it is almost ...
5
votes
2answers
37 views
Prevent (g)vim from auto-indenting comments
A while ago, I had to put
filetype plugin on
in my .vimrc for a plugin I use.
But this caused a change in autoindent, that drives me mad: Whenever I write a comment "//", and then press enter, vim ...