[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] comment leaders and reformatting
From: |
lists-vile |
Subject: |
[vile] comment leaders and reformatting |
Date: |
Sat, 5 Jun 2010 17:15:17 -0400 |
User-agent: |
Mutt/1.4.2.3i |
Hello all,
I'm a recent vim convert and I have few lingering issues before I'm a full
convert. When working with TCL files I prefer my comment lines to look like
this.
;# comment line 1
;# comment line 2
;# comment line 3
;# comment line 4
In vim if I were to edit one of the comment lines and make it a very long line
I could use the gq} command to reformat my comments. This in combination with
the 'comments' setting will reformant the block of comments inserting the ';#'
sequence at the beginning of each line.
Anyone have any hints on how I can accomplish the same thing in vile?
Thanks,
Wayne