Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Add missing action to :Gista
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jan 14, 2016
1 parent 14425fb commit 94b7fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/gista/command.vim
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ function! s:get_parser() abort
\ '- list : List gist entries of a lookup',
\ '- post : Post content(s) to a gist',
\ '- patch : Post content to an existing gist',
\ '- rename : Rename a file of an existing gist',
\ '- remove : Remove a file of an existing gist',
\ '- delete : Delete an existing gist',
\ '- browse : Browse an existing gist in a system browser',
\ '- fork : Fork an existing gist',
\ '- star : Star an existing gist',
\ '- unstar : Unstar an existing gist',
\ 'This argument is required',
\ ], {
\ 'required': 1,
\ 'terminal': 1,
Expand Down

0 comments on commit 94b7fcd

Please sign in to comment.