Open mhertz opened 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!
confirmed. can't use numbers as qmarks
qmarks
cvim 1.2.82
number as a qmark
M + key
Any update on this?
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!