asyncomplete-file.vim
asyncomplete-file.vim copied to clipboard
provides file autocomplete for asyncomplete.vim
When I edited a markdown file, I experienced vim freezing several times. It seems that `fnamemodify()` is the reason. https://github.com/prabirshrestha/asyncomplete-file.vim/blob/99707aad551d0863268323febacd038aa66074ad/autoload/asyncomplete/sources/file.vim#L33 If `l:cwd` is a text like `'//a/b/c'`, vim freezes several...
Hi @prabirshrestha, When I am typing a text like `coverage/**/`, it triggered file completion but vim is frozen immediately. Maybe it is trying to glob with ** pattern. Here is...
Hi thanks for the great plugins! Question: is it possible to sort the files in the selection window (wildmenu) by modification date (most recent first)? thanks David
Because VIM usually hang when I try to write glob patterns
Often, it is useful to not only complete relative filepaths as relative to the currently edited file, but also to complete files relative to the current processes cwd (one example...
I allowed below form paths C:/ #for windows $HOME/ #for variable ~/ C:/Program Files/, C:/Windows/ #for multiple paths in a line.