aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-11 16:01:51 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-11 16:14:27 +0200
commitcc63f3b25cd449573fe9b6b7d0c88f5dd0ed2f4d (patch)
tree1be1dc8d53e133ec1e0e1610e6248dc5619b2ec5 /TODO
parent2a050759ab621b87d0782cc8235907a1757b46cc (diff)
downloadsciteco-cc63f3b25cd449573fe9b6b7d0c88f5dd0ed2f4d.tar.gz
improved file name autocompletion
* pressing ^W in FG now deletes the entire directory component as in EB * commands without glob patterns (eg. EW) can now autocomplete file names containing glob patterns * When the autocompletion contains a glob character in commands accepting glob patterns like EB or EN, we now escape the glob pattern. This already helps if the remaining file name can be autocompleted in one go. Unfortunately, this is still insufficient if we can only partially complete and the partial completion contains glob characters. For instance, if there are 2 files: `file?.txt` and `file?.foo`, completing after `f` will insert `ile[?].`. The second try to press Tab will already do nothing. To fully support these cases, we need a version of teco_file_auto_complete() accepting glob patterns. Perhaps we can simply append `*` to the given glob pattern.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions