freebsd-dev/lib/libedit
Jilles Tjoelker 3d0f8bcd30 libedit: Allow simple quoting in filename completion.
The completer recognizes characters escaped with backslashes as being
literal parts of a word, and adds backslashes to avoid almost all
misinterpretation. In particular, filenames containing spaces can be
completed correctly.

For bug compatibility with the NetBSD version, the improved completion
function has a new name, _el_fn_sh_complete, and _el_fn_complete is
unchanged.

Submitted by:	Guy Yur
2010-06-15 21:34:57 +00:00
..
TEST
chared.c
chared.h
common.c
editline.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
editrc.5 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
el.c
el.h
emacs.c
filecomplete.c libedit: Allow simple quoting in filename completion. 2010-06-15 21:34:57 +00:00
filecomplete.h libedit: Allow simple quoting in filename completion. 2010-06-15 21:34:57 +00:00
hist.c
hist.h
history.c
key.c
key.h
Makefile libedit: Add basic filename completion code from NetBSD. 2010-06-13 17:04:42 +00:00
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 07:25:20 +00:00
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c
term.h
tokenizer.c
tty.c
tty.h
vi.c