- 01 Apr, 2018 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Indenting/unindenting always happens in a single contiguous block. Lines that cannot or should not be indented or unindented do not need to remembered separately as it follows from their content.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Suggested-by:
Brand Huntsman <alpha@qzx.com>
-
- 31 Mar, 2018 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?53532.
-
- 30 Mar, 2018 3 commits
-
-
Benno Schulenberg authored
To prevent any filenames containing hyphens getting partially colored. Reported-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
Put it after the function that it calls, and before the functions it is called from.
-
Benno Schulenberg authored
That is, do not fall back to the default background color when the name for the background color is invalid, but reject the entire color command, just like for an invalid foreground color.
-
- 29 Mar, 2018 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also add some comments, and accept hyphens in function names.
-
- 28 Mar, 2018 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This allows a syntax to remove the color from things that were colored overeagerly by earlier regexes.
-
- 27 Mar, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 25 Mar, 2018 4 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?53445.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 23 Mar, 2018 8 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also, reshuffle a condition so it takes up less space.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This variable will be modified by go_forward_chunks(), but the value of openfile->current itself should be maintained.
-
Benno Schulenberg authored
An "if possible" would have been nice, but there is no room for that.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This will make the tiny version slightly smaller.
-
- 22 Mar, 2018 7 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This avoids eleven warnings of the kind "comparison between signed and unsigned integer expressions [-Wsign-compare]".
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
In the preceding commit, open_buffer() was changed so that it gets told whether to load into a new buffer or not, so it is no longer needed to convey this information through a flag.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 20 Mar, 2018 2 commits
-
-
Benno Schulenberg authored
And also prevent a theoretical crash for restricted prompt functions.
-
Kamil Dudka authored
This fixes a regression introduced by commit 54103d8e: a crash that can be triggered by running 'nano --restrict' and pressing <Insert>. This addresses https://bugzilla.redhat.com/1558532.
-