- 17 Nov, 2016 2 commits
-
-
Benno Schulenberg authored
Kind-of-discovered-by:
Markus Bergholz <markuman@gmail.com>
-
Benno Schulenberg authored
Also when somehow key_defined() is missing. This fixes https://savannah.gnu.org/bugs/?49614 . Reported-by:
Mike Frysinger <vapier@gentoo.org>
-
- 14 Nov, 2016 1 commit
-
-
Mike Frysinger authored
- make version highlight less blindly greedy and conform to real versions - move version matching before USE matching to avoid hitting USE flags that look like versions - change USE regex to match the Gentoo PMS - extend arch match to include more keywords - make category matching more restrictive to avoid false positives - drop operators =< and => that Gentoo doesn't support URL: https://savannah.gnu.org/bugs/?49569 Reported-by:
Konstantin Shakhnov <kastian@mail.ru>
-
- 13 Nov, 2016 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
(Bug was introduced yesterday, by commit a4132e2e.)
-
Benno Schulenberg authored
Otherwise the user can override a 'set nowrap' in /etc/nanorc only via the command line. This fixes https://savannah.gnu.org/bugs/?49593 reported by Shirish.
-
Benno Schulenberg authored
This fixes the two bugs reported by Anton Minaev in https://savannah.gnu.org/bugs/?49511.
-
- 12 Nov, 2016 2 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49530.
-
Benno Schulenberg authored
Also, don't use ignore-case for things that don't contain letters.
-
- 30 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
Also replace some backslashed spaces because they hinder the justification of the man page.
-
- 29 Oct, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Reported-by:
Sumedh Pendurkar <sumedh.pendurkar@gmail.com>
-
- 28 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49467.
-
Benno Schulenberg authored
When giving a line number on the command line, do_gotolinecolumn() needs to know the width of the screen to be able to (roughly) place the target line in the center of the screen. This fixes https://savannah.gnu.org/bugs/?49462.
-
- 27 Oct, 2016 6 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49423.
-
Benno Schulenberg authored
Also remove some cluttering conditional compilation.
-
Benno Schulenberg authored
Also, don't bother conditionalizing two booleans for the tiny version.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
The nanorc option already exists, but not the corresponding one for the command line.
-
- 24 Oct, 2016 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49428.
-
- 23 Oct, 2016 7 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This make tiny nano slightly less tiny, but makes the code more readable.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
It does not update anything -- it just picks a new point from where to start displaying the buffer. All actual updating of the screen is done by edit_refresh() and edit_redraw() and such.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 22 Oct, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also mention the corresponding toggle (M-#).
-
Benno Schulenberg authored
-
- 21 Oct, 2016 4 commits
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49406.
-
Benno Schulenberg authored
There is no need to look at this for every painted line, because the margin can only change when some key is struck.
-
Benno Schulenberg authored
Instead of doing this in two places: after interpreting shortcuts, and after injecting characters.
-
Benno Schulenberg authored
To prevent the display from getting messed up, making nano unusable.
-
- 20 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
-
Faissal Bensefia authored
It can be activated with --linenumbers on the command line or with 'set linenumbers' in a nanorc file, and it can be toggled with M-#. Signed-off-by:
Faissal Bensefia <faissaloo@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@justemail.net>
-
- 18 Oct, 2016 2 commits
-
-
Benno Schulenberg authored
Instead of figuring them out from the string. This is possible because those dedicated editing keys cannot be rebound anyway.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?49099, and fixes the unreported corresponding bugs for <End> and <Del> and typing extra characters.
-