1995eaton / chromium-vim

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

confusion over quickmarks #31

Closed zeltak closed 10 years ago

zeltak commented 10 years ago

Hi again

im a little confused on what im doing wrong with qmarks i have tried these 3 types in my config:

let qmark a = ["http://www.reddit.com", "http://www.google.com", "http://twitter.com"]
let qmark w = ["http://www.cnn.com"] let qmark e = "http://www.espn.com"

yet none seem to work using gna/gnw/gne it always gives me an: Error: mark not set

what am i missing here

best

Z

1995eaton commented 10 years ago

Sorry about that. It looks like I botched quickmarks in one of the last updates. I just pushed the fix to the Chrome Store.

zeltak commented 10 years ago

Hya

sorry to reopen this but even after latest update it still give me an error and dosent work. current syntax tried in config:

let qmark a = ["http://www.reddit.com", "http://www.google.com", "http://twitter.com"] let qmark w = ["http://www.cnn.com"] let qmark e = "http://www.espn.com"

ill be happy to help debug this

thx Jake

Z

anoda9 commented 9 years ago

Using 1.2.79, this still seems to be an issue. let qmark r = "www.reddit.com" gnr --> qmark not found

larryhynes commented 8 years ago

This still seems to be an issue, at least with cvim installed from chrome store; manual install of unpacked extension makes let qmark f = "foo" work again.