]> git.wh0rd.org Git - nano.git/commit
in input_tab(), disable completion of usernames, directories, and
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Oct 2007 15:49:08 +0000 (15:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Oct 2007 15:49:08 +0000 (15:49 +0000)
commit4821ac645f2abf9d4e2c638eb5db412e65863eba
treeed29745a7f3e10f070b90a7230f80ba5b691cb38
parent6e6c80b1812a7504c9f415bb4326a48a98128149
in input_tab(), disable completion of usernames, directories, and
filenames if the cursor isn't at the end of the line, as it can lead to
odd behavior (e.g. adding a copy of the entire match to the middle of
the line instead of just the uncompleted part of the match)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4176 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/files.c