smol/src
Benno Schulenberg 7256b055b1 Not adding directories to the list of file positions.
This fixes Savannah bug #46971.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5592 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2016-01-26 09:06:31 +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 Deleting the unneeded blanking of a variable. 2016-01-21 20:44:22 +00:00
chars.c Reverting my own patch that claimed that UTF8 is a stateless encoding. 2015-09-04 19:34:55 +00:00
color.c Making sure to keep advancing also when regex matches are zero-length. 2016-01-09 18:41:56 +00:00
cut.c Adjusting a few comments and rewrapping some lines. 2016-01-13 20:32:40 +00:00
files.c Not adding directories to the list of file positions. 2016-01-26 09:06:31 +00:00
global.c Getting rid of a global variable. 2016-01-20 15:56:40 +00:00
help.c Discarding an unneeded extra freeing of the help text. 2015-08-16 17:53:28 +00:00
move.c It shouldn't be necessary to doubly check for being at the end of file. 2015-12-08 18:54:13 +00:00
nano.c Removing a now unneeded function, as nothing can break out of do_prompt() 2016-01-21 18:23:17 +00:00
nano.h Storing and retrieving the correct file size before and after an action. 2015-11-30 16:21:51 +00:00
prompt.c Eliding another small function that is used only once. 2016-01-24 21:02:09 +00:00
proto.h Eliding an unneeded function. 2016-01-24 20:44:39 +00:00
rcfile.c Showing a key only when it was rebound. 2016-01-14 14:44:11 +00:00
search.c Adjusting a few comments and rewrapping some lines. 2016-01-13 20:32:40 +00:00
text.c Freeing the items on the undo stack when a buffer is closed. 2016-01-15 16:44:50 +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 Condensing the code by removing a triplication. 2016-01-24 15:32:13 +00:00