Vim Ruby 哈希缩进
我正在使用 Vim 进行 Ruby 开发,但遇到了一些烦人的问题。 当我输入 Ruby 哈希值时,我看到错误的缩进:
{
{ #Here it is.
}
}
如何解决这个问题?
我正在使用 akitaonrails vimfiles。
I am using Vim for Ruby development and I have some annoying problem.
When I type Ruby hashes, I see the wrong indentation:
{
{ #Here it is.
}
}
How it is possible to resolve this?
I am using akitaonrails vimfiles.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 http://github.com/vim-ruby/vim-ruby
似乎是对 vim 的全面 ruby 支持。
try http://github.com/vim-ruby/vim-ruby
seems to be a comprehensive ruby support for vim.
是的,我试过了。
我找到了解决方案 - 替代 indent/ruby.vim - http://www.vim.vim.vim vim.org/scripts/script.php?script_id=2742
Yes, I tried.
I found the solution - alternative indent/ruby.vim - http://www.vim.org/scripts/script.php?script_id=2742