mnpk / vim-jira-complete

AutoComplete JIRA issues in Vim
84 stars 12 forks source link

'Missing comma in Dictionary' Error #4

Closed chrnola closed 10 years ago

chrnola commented 10 years ago

Can't seem to get this plugin to work on my Windows machine (though to be fair I haven't tried it anywhere else yet).

I opened a new buffer, switched to insert mode, started typing a JIRA issue key and then hit F5. I only have my JIRA URL and username in my .bashrc, so vim-jira-complete prompts me for my password. After I enter my password and hit Enter, I get this:

image

Here's the output of :version in Vim: image

echo has('python') returns 1.

Python version info: image

For what it's worth, it seems like all dependencies are in order since the call to the JIRA API is definitely returning data relevant to the issue key I typed.

mnpk commented 10 years ago

I've try to figure this problem out, and found a case. But I'm not sure this is exactly the same reason with yours. In my case, any (single or double) quotes in issue summary occurred this "Missing comma" error. I fixed this now.

mnpk commented 10 years ago

Please try this out, and let me know whether your problem has been solved or not.

chrnola commented 10 years ago

No more error, works great now.