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

% not working properly #49

Open flamendless opened 6 years ago

flamendless commented 6 years ago

I have matchit plugin from here https://github.com/adelarsq/vim-matchit

The % works, but if

function()
  if something then

  end
end

If i'm in the word function, it jumps to the end pair of the if