mirror of
https://github.com/amix/vimrc
synced 2025-07-10 03:16:29 +08:00
Updated plugins
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user