Skip to content

Commit

Permalink
add doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 1, 2009
1 parent 8ca85f5 commit 2711c77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gist.vim.vimup
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ detailed_description: |
:Gist -e foo.js
edit the gist with name 'foo.js'. (shoud be work on gist buffer)
:Gist -d
delete the gist. (should be work on gist buffer)
password authentication is needed.
:Gist XXXXX
get gist XXXXX.
Expand Down Expand Up @@ -85,7 +89,7 @@ install_details: |
versions:
- '2.8': |
This is an upgrade for Gist.vim: be able to post multi buffer. currently updating or showing not supported.
This is an upgrade for Gist.vim: be able to post multi buffer. currently updating or showing not supported. and ':Gist -d' delete the gist.
- '2.7': |
This is an upgrade for Gist.vim: be able to write the gist to local file with ':w foo.txt'.
Expand Down

0 comments on commit 2711c77

Please sign in to comment.