]> git.neil.brown.name Git - edlib.git/commit
Add filename completion in find-file.
authorNeilBrown <neil@brown.name>
Mon, 23 Nov 2015 07:28:06 +0000 (18:28 +1100)
committerNeilBrown <neil@brown.name>
Mon, 23 Nov 2015 07:28:06 +0000 (18:28 +1100)
commitfc37f95ea38f9e611c54833d3a4c4380c0e7d798
tree70d06146fe207e93a6d4faeaa170faa8d60d5f19
parentc4e6f04c31a6154576e40052daee39097296aced
Add filename completion in find-file.

A new renderer "render-complete" shows a select set of
lines from a given buffer and allows one to be selected.
Put this in a pop-up with the target directory and the
given prefix, and nice things happen.

Signed-off-by: NeilBrown <neil@brown.name>
Makefile
doc-dir.c
lib-popup.c
mode-emacs.c
render-complete.c [new file with mode: 0644]