aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/vi.fish
Commit message (Collapse)AuthorAge
* Fix vi* completionsGravatar Fabian Homborg2015-09-23
| | | | I forgot a "-c".
* Refactor *vi* completions, add nvim wrapperGravatar Fabian Homborg2015-09-23
| | | | | | | This assumes `vim` is always vim (or close enough, nvim should also work), while `vi` could be either. Fixes #2416
* Update vi/vim completions. Add __fish_complete_text function that completes ↵Gravatar axel2007-02-05
using any text file, and __fish_filter_mime that filters a file list based on mimetype. This update was written by Velko Hristov with some suggestions and updates by me. darcs-hash:20070204151809-ac50b-b7f3b44ac528f9e994bf0f842ee2e008866fb620.gz