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

Commit

Permalink
Add document and Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jul 7, 2014
1 parent 672face commit a2ab173
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vim-gista
===============================================================================
![vim-gista interface (screencast)](./doc/screencast-interface.gif)

Version: 0.1.10
Version: 0.1.11
Support: Vim 7.3 and above (Let me know if there are issues)

*vim-gista* is a plugin for manipulating [Gists](https://gist.github.com/).
Expand Down
14 changes: 13 additions & 1 deletion doc/vim-gista.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*vim-gista.txt* A plugin which helps user to manipulate gists

Version: 0.1.10
Version: 0.1.11
Author: Alisue <lambdalisue@hashnote.net> *vim-gista-author*
Support: Vim 7.3 and above
License: MIT license {{{
Expand Down Expand Up @@ -41,6 +41,7 @@ Usage |vim-gista-usage|
Star/Unstar |vim-gista-usage-star|
Forking |vim-gista-usage-forking|
Browsing |vim-gista-usage-browsing|
Anonymous-mode |vim-gista-usage-anonymous-mode|
Interface |vim-gista-interface|
Options |vim-gista-interface-options|
Commands |vim-gista-interface-commands|
Expand Down Expand Up @@ -450,6 +451,17 @@ the commands below:
<
This feature require 'tyru/open-browser.vim'

------------------------------------------------------------------------------
Anonymous mode *vim-gista-usage-anonymous-mode*

If user does not specify |g:gista#github_user|, vim-gista works on an
anonymous mode.
If anonymous mode, user can

- List a specific user's gist entries
- Open a specific user's gist (in |nomodifiable| buffer)
- Post a gist as an anonymous gist


==============================================================================
INTERFACE *vim-gista-interface*
Expand Down

0 comments on commit a2ab173

Please sign in to comment.