Vim Tips Wiki
Register
(standard format)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ScriptComments|290|ruby-matchit: matchit for Ruby}}
+
{{ScriptComments|ruby-matchit: matchit for Ruby}}
   
 
==Comments==
 
==Comments==
 
ruby-matchit.vim doesn't seem to work on Vim 7.2. Rather, it works (moves the cursor as intended) but spits an error message each time. Nonetheless, the standard matchit.vim ''does'' work for Ruby files.
 
ruby-matchit.vim doesn't seem to work on Vim 7.2. Rather, it works (moves the cursor as intended) but spits an error message each time. Nonetheless, the standard matchit.vim ''does'' work for Ruby files.
  +
  +
ruby-matchit.vim doesn't work on Vim 8.1, it does correctly match between def/if/end, but completely screws the match between parenthesis

Latest revision as of 20:33, 26 December 2018

Use this page to discuss script 290 ruby-matchit: matchit for Ruby

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

ruby-matchit.vim doesn't seem to work on Vim 7.2. Rather, it works (moves the cursor as intended) but spits an error message each time. Nonetheless, the standard matchit.vim does work for Ruby files.

ruby-matchit.vim doesn't work on Vim 8.1, it does correctly match between def/if/end, but completely screws the match between parenthesis