xolox / vim-lua-ftplugin

Lua file type plug-in for the Vim text editor
http://peterodding.com/code/vim/lua-ftplugin
187 stars 27 forks source link

Fix off-by-one error in s:getsynid #35

Open blueyed opened 9 years ago

blueyed commented 9 years ago

This fixes skipping with matchit (via xolox#lua#matchit_ignore).

It was changed in 5cf57e068, but this looks like not being done intentionally.