smol/src
Benno Schulenberg 3e7591f534 Not continuing when something is wrong, but instead skipping the rest of
the line.  This fixes Savannah bug #47289.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5691 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2016-02-28 11:04:36 +00:00
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level. 2014-06-16 12:45:03 +00:00
browser.c Now putting things in the proper order: setting 'prev_dir' only when 2016-02-25 14:08:47 +00:00
chars.c Deleting two dead prototypes, adjusting two comments for correctness, 2016-02-16 10:09:26 +00:00
color.c Renaming another struct element, because it refers not just 2016-02-26 20:19:13 +00:00
cut.c Not moving the cursor when copying a backwardly marked region. 2016-02-23 12:07:58 +00:00
files.c Eliding splice_opennode() by handling the two cases (the creation of 2016-02-25 18:58:17 +00:00
global.c Renaming another struct element, because it refers not just 2016-02-26 20:19:13 +00:00
help.c Switching the cursor on and off at the appropriate moments (that is: when 2016-02-13 19:41:12 +00:00
move.c Sorting the prev_word() and next_word() functions in the standard way: 2016-02-22 12:49:08 +00:00
nano.c Eliding splice_opennode() by handling the two cases (the creation of 2016-02-25 18:58:17 +00:00
nano.h Renaming another struct element, because it refers not just 2016-02-26 20:19:13 +00:00
prompt.c Renaming a variable, for contrast and correctness. 2016-02-23 08:31:57 +00:00
proto.h Eliding splice_opennode() by handling the two cases (the creation of 2016-02-25 18:58:17 +00:00
rcfile.c Not continuing when something is wrong, but instead skipping the rest of 2016-02-28 11:04:36 +00:00
search.c Avoiding a memory leak when tabbing on a string that doesn't occur in the 2016-02-20 12:16:43 +00:00
text.c Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions. 2016-02-25 21:04:45 +00:00
utils.c Not using $HOME when we're root, because some sudos don't filter it out 2016-01-22 16:10:36 +00:00
winio.c Rewrapping and reshuffling some lines. 2016-02-23 12:37:10 +00:00