- 17 Apr, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 13 Apr, 2018 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
When the keyboard buffer is empty, return a value that is not equivalent to <Ctrl+Space>, so that typing a bunch of these while searching is going on will not result in some of them getting executed afterward.
-
Benno Schulenberg authored
It is not an abort but simply a bit of cleaning up.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also adjust and correct a comment.
-
- 12 Apr, 2018 1 commit
-
-
Liu Hao authored
This makes it easier to predict in which direction the replacements will go when hitting ^\ or M-R. Signed-off-by:
Liu Hao <lh_mouse@126.com>
-
- 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 2 commits
-
-
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.
-
- 28 Mar, 2018 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This allows a syntax to remove the color from things that were colored overeagerly by earlier regexes.
-
- 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 7 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
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 3 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.
-
Benno Schulenberg authored
-