1
0
mirror of https://github.com/amix/vimrc synced 2025-07-27 15:04:59 +08:00

Update vim-gist.

This commit is contained in:
Kurtis Moxley
2022-05-19 22:00:33 +08:00
parent 7747765240
commit f219991e20
10 changed files with 303 additions and 547 deletions

View File

@ -87,6 +87,10 @@ For the latest version please see https://github.com/mattn/vim-gist.
:Gist -l mattn
- Specify the number of gists listed:
:Gist -l -n 100
- List everyone's gists.
:Gist -la
@ -188,6 +192,10 @@ You need to either set global git config:
$ git config --global github.user Username
If you want to list more than 30 gists per page (maximum is 100):
let g:gist_per_page_limit = 100
## License:
Copyright 2010 by Yasuhiro Matsumoto