lambdalisue / vim-gista

An alternative gist.vim, vim plugin which manipulate gists in Vim.
http://www.vim.org/scripts/script.php?script_id=4976
MIT License
156 stars 5 forks source link

:Gista fork {URI} #72

Closed tyru closed 8 years ago

tyru commented 8 years ago

After I applied #71

:Gista fork https://gist.github.com/davidosomething/d5522decdc324ea6bcf7 causes:

ValidationError: A gist ID "https://gist.github.com/davidosomething/d5522decdc324ea6bcf7" requires to follow "^w{,20}%(/w+)?$"

It would be happier if we can pass URI? :)

lambdalisue commented 8 years ago

:Gista fork {gistid} is a correct format. Try

:Gista fork d5522decdc324ea6bcf7
lambdalisue commented 8 years ago

It would be happier if we can pass URI? :)

Hum... True but the basic mech was not designed for such usage.

tyru commented 8 years ago

Hum... True but the basic mech was not designed for such usage.

OK, so please feel free to ignore this :)

lambdalisue commented 8 years ago

Ok. Thanks for understanding ;-)