tpope / vim-rails

rails.vim: Ruby on Rails power tools

Home Page:http://www.vim.org/scripts/script.php?script_id=1567

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"confirm + nav command" file creating function regression

bootleq opened this issue · comments

The experimental feature :confirm A to create non-existing Alternative file, was broken since 097a565.

The result of matchstr of "confirm A" was A but became confirm A.

Eventually, it produces E464: Ambiguous use of user-defined command due to execute confirm A.

I confirm that reverting this commit make it work again. In vim plug I have now this:

Plug 'benoittgt/vim-rails', { 'branch': 'revert-097a565' } " revert ':confirm A' issue