Fix : src/main.rs : 103 file_completers for all directories in ${PATH}
Created by: ghost
Sorry for my awful english
Problem: I add some code for add completions from all ${PATH} directories;
Changes introduced by this pull request:
- I rewrite
MultiCompleter
to useVec<FileCompleter>
instead ofFileCompleter