Not continuing when something is wrong, but instead skipping the rest of
Benno Schulenberg authored
the line.  This fixes Savannah bug #47289.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5691 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
3e7591f5
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Now putting things in the proper order: setting 'prev_dir' only when
chars.c Deleting two dead prototypes, adjusting two comments for correctness,
color.c Renaming another struct element, because it refers not just
cut.c Not moving the cursor when copying a backwardly marked region.
files.c Eliding splice_opennode() by handling the two cases (the creation of
global.c Renaming another struct element, because it refers not just
help.c Switching the cursor on and off at the appropriate moments (that is: when
move.c Sorting the prev_word() and next_word() functions in the standard way:
nano.c Eliding splice_opennode() by handling the two cases (the creation of
nano.h Renaming another struct element, because it refers not just
prompt.c Renaming a variable, for contrast and correctness.
proto.h Eliding splice_opennode() by handling the two cases (the creation of
rcfile.c Not continuing when something is wrong, but instead skipping the rest of
search.c Avoiding a memory leak when tabbing on a string that doesn't occur in the
text.c Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions.
utils.c Not using $HOME when we're root, because some sudos don't filter it out
winio.c Rewrapping and reshuffling some lines.