jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

"Not an editor command: silentnew +set\ buftype=nofile" after last update #170

Closed Fubukimaru closed 6 years ago

Fubukimaru commented 6 years ago

Hello,

I have seen the last updates and I was willing to try them, however after the upgrade I got the following on :Gissues:

Error detected while processing function <SNR>19_showGithubIssues:
line    5:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 219, in showIssueList
  File "<string>", line 240, in printIssueList
vim.error: Vim:E492: Not an editor command: silentnew +set\ buftype=nofile

Could it be due to "silentnew" instead of "silent new"?

Fubukimaru commented 6 years ago

The problem was located and a potential fix is the pull request #171.

osleg commented 6 years ago

Oh my, dunno how did it slip in

osleg commented 6 years ago

Merged in #171