連投失礼します。
調べてもちっとも分からんのですが、誰か教えて下さい。
quickrunとopen-blowserというプラグインを使って、
let g:quickrun_config['html'] = { 'command' : 'open', 'exec' : '%c %s', 'outputter': 'browser' }
と設定ファイルに書き込んでhtmlファイルをquickrunしたら、
Couldn't get a file descriptor referring to the console
というエラーが出て表示されなかった。
let g:quickrun_config['html'] = { 'command' : 'cat', 'exec' : '%c %s', 'outputter': 'browser' }
だとちゃんと表示されたのですが、これだとスタイルシート等が読み込まれなくなるとの情報があったので、
openで開きたいんですけど、どうしたら開けますかね?