@@ -27,11 +27,13 @@ USAGE *:Gist* *gist-vim-usage*
2727- Create a private gist. >
2828
2929 :Gist -p
30+ :Gist --private
3031<
3132- Create a public gist.
3233 (Only relevant if you've set gists to be private by default.) >
3334
3435 :Gist -P
36+ :Gist --public
3537<
3638- Post whole text to gist as public.
3739 This is only relevant if you've set gists to be private by default.
@@ -41,15 +43,18 @@ USAGE *:Gist* *gist-vim-usage*
4143- Create a gist anonymously. >
4244
4345 :Gist -a
46+ :Gist --anonymous
4447<
4548- Create a gist with all open buffers. >
4649
4750 :Gist -m
51+ :Gist --multibuffer
4852<
4953- Edit the gist (you need to have opened the gist buffer first).
5054 You can update the gist with the {:w} command within the gist buffer. >
5155
5256 :Gist -e
57+ :Gist --edit
5358<
5459- Edit the gist with name "foo.js" (you need to have opened the gist buffer
5560 first). >
@@ -60,18 +65,21 @@ USAGE *:Gist* *gist-vim-usage*
6065 first). >
6166
6267 :Gist -s something
68+ :Gist --description something
6369 :Gist -e -s something
6470<
6571- Delete the gist (you need to have opened the gist buffer first).
6672 Password authentication is needed. >
6773
6874 :Gist -d
75+ :Gist --delete
6976<
7077- Fork the gist (you need to have opened the gist buffer first).
7178 Password authentication is needed. >
7279
7380 :Gist -f
74- <
81+ :Gist --fork
82+ <
7583- Star the gist (you need to have opened the gist buffer first).
7684 Password authentication is needed.
7785>
@@ -93,6 +101,7 @@ USAGE *:Gist* *gist-vim-usage*
93101- List your public gists. >
94102
95103 :Gist -l
104+ :Gist --list
96105<
97106- List gists from user "mattn". >
98107
@@ -101,14 +110,17 @@ USAGE *:Gist* *gist-vim-usage*
101110- List everyone's gists. >
102111
103112 :Gist -la
113+ :Gist --listall
104114<
105115- List gists from your starred gists.
106116>
107117 :Gist -ls
118+ :Gist --liststar
108119<
109120- Open the gist on browser after you post or update it.
110121>
111122 :Gist -b
123+ :Gist --browser
112124<
113125- Post as new gist after editing on the buffer.
114126>
0 commit comments