nelstrom / vim-textobj-rubyblock

A custom text object for selecting ruby blocks.
http://www.vim.org/scripts/script.php?script_id=3382
331 stars 21 forks source link

add the rest of the block opener keywords #29

Open jeremiahkellick opened 6 years ago

jeremiahkellick commented 6 years ago

Some of ruby's block opener keywords were missing which caused a few different issues as outlined by the tests I added which do not pass with the old s:block_openers string.