text: move the indenting of a single line into its own function
This is modeled after the undo/redo code for commenting. do_indent() now calls indent_a_line() on each line it covers. The latter function will eventually be used by the undo/redo code.
Showing
+30 -24
Please register or sign in to comment