aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/complete-word.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-03-05lua: reimplement word and file name completion in luaMarc André Tanner1-0/+22
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).