File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
" =============================================================================
2
2
" File: gist.vim
3
3
" Author: Yasuhiro Matsumoto <[email protected] >
4
- " Last Change: 10 -Apr-2012.
5
- " Version: 6.4
4
+ " Last Change: 16 -Apr-2012.
5
+ " Version: 6.5
6
6
" WebPage: http://github.com/mattn/gist-vim
7
7
" License: BSD
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ script_name: Gist.vim
2
2
script_id : ' 2423'
3
3
script_type : utility
4
4
script_package : gist-vim.zip
5
- script_version : ' 6.4 '
5
+ script_version : ' 6.5 '
6
6
required_vim_version : ' 7.0'
7
7
summary : vimscript for gist
8
8
@@ -112,6 +112,9 @@ install_details: |
112
112
See also: https://github.com/mattn/gist-vim/blob/master/README.mkd
113
113
114
114
versions :
115
+ - '6.5' : |
116
+ This is an upgrade for Gist.vim: use webapi namespace. NOTE: please upgrade webapi-vim also.
117
+
115
118
- '6.4' : |
116
119
This is an upgrade for Gist.vim: fixed updating with description.
117
120
You can’t perform that action at this time.
0 commit comments