nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit d9661dc301cc79767d3f93fe23fddf9b78b8cc8b
parent 0b80f936bf8aaae78f6a59149f69c87bc844ebac
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  8 Feb 2005 21:48:15 +0000

remove inaccurate comment


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2311 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/files.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/files.c b/src/files.c @@ -2189,8 +2189,6 @@ char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list) else { size_t match, common_len = 0; size_t lastslash = strrchrn(buf, '/', *place); - /* Ignore the first match_strip characters of matches - * entries. The entries of matches are tilde expanded. */ char *mzero; while (TRUE) {