Skip to content

Commit ea8cea8

Browse files
committed
Bump version for release
1 parent ebf637d commit ea8cea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/xolox/luainspect.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
" Vim script.
22
" Author: Peter Odding <[email protected]>
3-
" Last Change: May 21, 2013
3+
" Last Change: May 25, 2013
44
" URL: http://peterodding.com/code/vim/lua-inspect/
55

6-
let g:xolox#luainspect#version = '0.4.25'
6+
let g:xolox#luainspect#version = '0.4.26'
77

88
function! xolox#luainspect#toggle_cmd() " {{{1
99
if !(exists('b:luainspect_disabled') && b:luainspect_disabled)

0 commit comments

Comments
 (0)