aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/complete-filename.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-6/+6
2017-03-31vis: improve tab completion in command promptMarc André Tanner1-1/+30
At some point it should probably be possible to add command prompt bindings from within Lua. Currently there is no easy/realiable way to detect the prompt window. Should improve #526.
2017-03-05lua: reimplement word and file name completion in luaMarc André Tanner1-0/+23
The file name completion does not yet behave the same way as the previous C code because the completion prefix is currently simply calculated using the `iw` text object which does not handle common path elements (e.g. `.`, `/`, `~`, etc).