parent
58a0069b97
commit
e89fb80ee4
12
BUGS
12
BUGS
|
@ -19,6 +19,18 @@
|
||||||
|
|
||||||
3. headers work poorly with some indenting schemes.
|
3. headers work poorly with some indenting schemes.
|
||||||
|
|
||||||
|
4. auto-wrap in mutt mode needs to not break on ">" quoting.
|
||||||
|
auto-wrap in perl mode needs to handle POD
|
||||||
|
auto-wrap in general should be able to handle line comments
|
||||||
|
|
||||||
|
5. comment/uncomment need to do the right thing on empty lines
|
||||||
|
(which is... adding indentation to pad the comment correctly, and
|
||||||
|
then remove indentation on empty lines once the comment is removed)
|
||||||
|
|
||||||
|
6. comment/uncomment should only remove the "lowest amount" of commenting
|
||||||
|
(e.g. if all lines have "##" then remove both, if most have "#" but one
|
||||||
|
has "##" then that one should still be commented after).
|
||||||
|
|
||||||
2009/06/04:
|
2009/06/04:
|
||||||
change the mode-detection order--using the "in-file" override should be
|
change the mode-detection order--using the "in-file" override should be
|
||||||
able to override a positive match on file extension, filename, etc.
|
able to override a positive match on file extension, filename, etc.
|
||||||
|
|
Loading…
Reference in New Issue