1 parent 0249104 commit 26e6f35Copy full SHA for 26e6f35
1 file changed
plugin/luainspect.vim
@@ -2,7 +2,7 @@
2
" Author: Peter Odding <peter@peterodding.com>
3
" Last Change: May 25, 2011
4
" URL: http://peterodding.com/code/vim/lua-inspect/
5
-" Version: 0.4.8
+" Version: 0.4.9
6
" License: MIT
7
8
" Support for automatic update using the GLVS plug-in.
@@ -25,11 +25,7 @@ endif
25
26
if !exists('g:lua_inspect_path')
27
" Change this if you want to move the Lua modules somewhere else.
28
- if has('win32') || has('win64')
29
- let g:lua_inspect_path = '~\vimfiles\misc\luainspect'
30
- else
31
- let g:lua_inspect_path = '~/.vim/misc/luainspect'
32
- endif
+ let g:lua_inspect_path = expand('<sfile>:p:h') . '/../misc/luainspect'
33
endif
34
35
if !exists('g:lua_inspect_internal')
0 commit comments