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

Quickmarks with numbers fails. #395

Open mhertz opened 8 years ago

mhertz commented 8 years ago

On latest chromium and cvim, quickmarks doesn't work with numbers, only letters.

Doesn't work:

let qmark 7 = "http://www.focalecig.com"

This work:

let qmark f = "http://www.focalecig.com"

I'm new to cvim, so don't know if it's a new bug or old, although i've read about this issue before being fixed previously, but isn't, atleast right now, unfortunately.

Thanks a lot in advance!

fohrums commented 8 years ago

confirmed. can't use numbers as qmarks

cvim 1.2.82

TROUBLESHOOT (attempt)

ISSUES

spectromas commented 7 years ago

Any update on this?