dag / vim-fish

Vim support for editing fish scripts
MIT License
432 stars 59 forks source link

Filter blank completions #48

Open gpanders opened 4 years ago

gpanders commented 4 years ago

This filters out blank lines from the output of fish -c "complete -C...", which prevents errors when trying to access l:tokens[0], which is an empty list in the case of a blank completion.