Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libedit: Allow simple quoting in filename completion. | jilles | 2010-06-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | 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 | ||||
* | libedit: Add basic filename completion code from NetBSD. | jilles | 2010-06-13 | 1 | -0/+45 |
This will be used to provide filename completion in sh(1). Changes from the NetBSD code: * wide character support disabled, as in the rest of libedit * config.h and related portability stuff reduced/disabled, as in the rest of libedit Submitted by: Guy Yur Obtained from: NetBSD |