1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 325 forks source link

map <Leader>c :buffer google.com<CR> does not work #626

Open prathyk opened 6 years ago

prathyk commented 6 years ago

I debugged a little in to this. Looks like the completion function and the completion results are not set and hence the execution of buffer command fails because completionResults is undefined.