smol/src
Benno Schulenberg 57c50baa61 Allowing the use of word boundary markers \< and \> in search strings on
non-GNU systems.  This is a partial fix for Savannah bug #47325.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5731 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2016-03-13 19:19:12 +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 Fixing compilation when configured with --enable-tiny plus --enable-browser. 2016-03-11 16:30:29 +00:00
chars.c Deleting two dead prototypes, adjusting two comments for correctness, 2016-02-16 10:09:26 +00:00
color.c Unnesting two ifs -- to put filenames, headerlines, and magic strings 2016-03-12 09:18:50 +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 three variables. 2016-03-04 20:22:27 +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 Deleting a now-unused struct member. 2016-03-04 17:04:56 +00:00
prompt.c Renaming a variable, for contrast and correctness. 2016-02-23 08:31:57 +00:00
proto.h Renaming two functions, to be more distinguishable -- 2016-03-12 09:43:10 +00:00
rcfile.c Refinding the tail of the colors list only when extending, 2016-03-12 11:15:12 +00:00
search.c Allowing the use of word boundary markers \< and \> in search strings on 2016-03-13 19:19:12 +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