hauleth / pivotaltracker.vim

Completion source for PivotalTracker stories in Vim 8 and NeoVim
MIT License
4 stars 1 forks source link

Fix synchronous fetch for vim #2

Closed jonsmithers closed 6 years ago

jonsmithers commented 6 years ago

Fixes #1

It seems that Neovim accepts lists as the system() param whereas Vim only accepts strings. It probably worked fine on Neovim but never got properly tested in Vim.

sourcelevel-bot[bot] commented 6 years ago

Hello, @jonsmithers! This is your first Pull Request that will be reviewed by Ebert, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

hauleth commented 6 years ago

Thanks for noticing. I am not a Vim user myself, so this is something I could miss.