Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OS X を Lion から Mountain Lion にアップグレードした後、R ファイルを開くたびに次の警告が表示されます。
Please, set the variable 'g:vimrplugin_term_cmd' in your .vimrc.^@Read the plugin documentation for details.
なぜこれがうまくいかないのですか?プラグイン OS X がターミナルを見つけられないようにするための Lion の変更点は何ですか?
R Vim プラグインのドキュメントを見ると、OS X の vimrplugin_term のデフォルト値は Mountain Lion のものと同じではないようです。
次の行を .vimrc に追加すると、問題が解決するはずです。
let vimrplugin_term = "/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal"