Go to file
Robby Findler 7210d6b63a the tabber incorrectly counted tab chars as spaces when doing indentation;
this meant that if some line were supposed to be indented in the third
  column and you had two tabs and a space on that line, the indenter
  would leave it alone. Now, if it sees tabs in the line anywhere, it just
  decides that the line is not properly indented and re-indents it
  (always using spaces)

Also: started a tabber test suite

original commit: bb792c977dfa8a363ec201945527cfaa66a2a33e
2011-04-08 07:48:17 -05:00
collects the tabber incorrectly counted tab chars as spaces when doing indentation; 2011-04-08 07:48:17 -05:00
doc/release-notes clean up drawing with 0-width pens (hairline mode) 2011-03-27 14:21:21 -06:00
man/man1 minor man-page corrections 2011-02-01 08:01:17 -07:00