Skip to content

Commit 79cfb39

Browse files
committed
version bump up.
1 parent 923d6a3 commit 79cfb39

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

autoload/gist.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"=============================================================================
22
" File: gist.vim
33
" Author: Yasuhiro Matsumoto <[email protected]>
4-
" Last Change: 2012-05-27.
5-
" Version: 6.5
4+
" Last Change: 28-May-2012.
5+
" Version: 6.6
66
" WebPage: http://github.com/mattn/gist-vim
77
" License: BSD
88

gist.vim.vimup

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ script_name: Gist.vim
22
script_id: '2423'
33
script_type: utility
44
script_package: gist-vim.zip
5-
script_version: '6.5'
5+
script_version: '6.6'
66
required_vim_version: '7.0'
77
summary: vimscript for gist
88

@@ -112,6 +112,9 @@ install_details: |
112112
See also: https://github.com/mattn/gist-vim/blob/master/README.mkd
113113
114114
versions:
115+
- '6.6': |
116+
This is an upgrade for Gist.vim: fix behavior of g:gist_browser_command = ':OpenBrowser %URL%'.
117+
115118
- '6.5': |
116119
This is an upgrade for Gist.vim: use webapi namespace. NOTE: please upgrade webapi-vim also.
117120

0 commit comments

Comments
 (0)