tweaks: differentiate single-regex matches from paired-regex matches
Benno Schulenberg authored
Don't use the 'startmatch' variable when the corresponding match is
not the start of anything but is the entire match by itself.
23595c83
Name Last commit Last update
..
Makefile.am build: clean out the revision.h file, to make 'make distcheck' pass
browser.c tweaks: rename some variables, to show they refer to screen rows
chars.c screen: display byte value 0x0A in the right places as ^@ or as ^J
color.c painting: stay within the line when skipping zero-length matches
cut.c tweaks: miscellaneous frobbings
files.c files: leave out the confusing "[from ./]" when prompting for a command
global.c tweaks: rename a variable -- lines refers to buffer, rows to screen
help.c binding: use arrows instead of words to designate the cursor keys
move.c tweaks: rename a variable -- lines refers to buffer, rows to screen
nano.c startup: report an error when the given line or column number is invalid
nano.h build: add configure option --disable-wordcomp to disable word completion
prompt.c tweaks: remove the cluttering conditional compilation of a parameter
proto.h tweaks: rename a function, to show it refers to screen rows
rcfile.c tweaks: free an option string also when it was invalid
search.c startup: report an error when the given line or column number is invalid
text.c tweaks: miscellaneous frobbings
utils.c startup: report an error when the given line or column number is invalid
winio.c tweaks: differentiate single-regex matches from paired-regex matches