commit | 749b1b3d79f2f85e2b11f8ecfe3fd5b2d8a1d765 | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Fri Jul 07 11:06:55 2017 -0500 |
committer | Benno Schulenberg <bensberg@telfort.nl> | Tue Aug 15 10:38:58 2017 +0200 |
tree | d9696c451350b58d0c3f65ffedb5538b48ea7fca | |
parent | 566a2daf12c1330616bb7aacce6399148eecc16f [diff] |
text: make indenting add to the beginning of the line Instead of inserting the extra whitespace after the current indentation of a line, add it to the start of the line. This causes a fixed amount of visual whitespace to be added regardless of whether --tabstospaces is used or not. This fixes http://savannah.gnu.org/bugs/?51438, and its ancestor https://savannah.gnu.org/bugs/?51408.