bte*_*les 7 ruby vim ruby-on-rails cucumber
我已经将cucumber.vim文件加载到ftplugin和其他目录的每个指令,但我不明白ftplugin语法足以弄清楚如何获得全部好处.
据我所知,该插件应该能够在步骤定义和功能文件之间跳转,但我无法弄清楚我的映射有什么问题.看起来好像映射应该是通常的ctag map Ctrl +],但这不起作用.
任何想法如何使这些映射工作?
这是插件的链接:
http://github.com/tpope/vim-cucumber/tree/master
Cheerio!
结果我没有打开文件类型插件和文件类型缩进功能.
只需将以下内容添加到.vimrc文件中:
filetype plugin indent on
Run Code Online (Sandbox Code Playgroud)