我在我的终端上安装了yadr,但是当我打开Vim时,我一直收到以下错误:
neocomplete does not work this version of Vim.
It requires "if_lua" enabled Vim(7.3.885 or above).
Run Code Online (Sandbox Code Playgroud)
编辑:
在我的一个try/catch块中,我捕获了一个异常e,这个:
e.toString().contains("this is a substring") 回报 true
而
Pattern.matches(".*this is a substring.*", e.toString()) 回报 false
为什么会这样?包括.*作为正则表达式模式的前缀和后缀应该基本上使这两个函数做同样的事情吗?
我最近将YADR软件包安装到了iTerm2上。但是,安装后,在[ruby2.1.2 ...]我键入的每一行的右侧都会出现RVM提示符。
有什么办法可以摆脱这个?

https://www.dropbox.com/s/hbix1kufao0supe/Screen%20Shot%202014-10-01%20at%2012.50.33%20PM.png?dl=0