We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf637d commit ea8cea8Copy full SHA for ea8cea8
autoload/xolox/luainspect.vim
@@ -1,9 +1,9 @@
1
" Vim script.
2
" Author: Peter Odding <[email protected]>
3
-" Last Change: May 21, 2013
+" Last Change: May 25, 2013
4
" URL: http://peterodding.com/code/vim/lua-inspect/
5
6
-let g:xolox#luainspect#version = '0.4.25'
+let g:xolox#luainspect#version = '0.4.26'
7
8
function! xolox#luainspect#toggle_cmd() " {{{1
9
if !(exists('b:luainspect_disabled') && b:luainspect_disabled)
0 commit comments