vim "autoindent" // pattern
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-04-14T05:28:52Z
Indexed on
2010/04/14
5:33 UTC
Read the original article
Hit count: 357
vim
My terminal is 160 characters wide.
I use VIM.
Is there a way to tell vim:
when you see "//", autoindent it to start @ width 80?
(And haave it also affected when I highlight a region and hit =)
Thanks!
© Stack Overflow or respective owner