File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
" Vim auto-load script
2
2
" Author: Peter Odding <peter@peterodding.com>
3
- " Last Change: October 16 , 2011
3
+ " Last Change: October 23 , 2011
4
4
" URL: http://peterodding.com/code/vim/lua-ftplugin
5
5
6
- let g: xolox #lua #version = ' 0.6.24 '
6
+ let g: xolox #lua #version = ' 0.6.25 '
7
7
let s: miscdir = expand (' <sfile>:p:h:h:h' ) . ' /misc/lua-ftplugin'
8
8
let s: omnicomplete_script = s: miscdir . ' /omnicomplete.lua'
9
9
let s: globals_script = s: miscdir . ' /globals.lua'
@@ -225,7 +225,7 @@ function! xolox#lua#tokeniscode() " {{{1
225
225
endfunction
226
226
227
227
function ! s: getsynid (transparent)
228
- let id = synID (line (' .' ), col (' .' ), 1 )
228
+ let id = synID (line (' .' ), col (' .' ) - 1 , 1 )
229
229
if a: transparent
230
230
let id = synIDtrans (id)
231
231
endif
You can’t perform that action at this time.
0 commit comments