2008-08-08から1日間の記事一覧

寝込めたる

autocommand で関数を使う

通常は、コマンドの文字列を指定できるのみだが let liexe = liberator.execute; liberator.execute = function (fun, modifiers) { if (fun instanceof Function) { return fun(); } liexe.apply(liberator, arguments); }; と、しておくと autocommands.ad…

.vimperatorrc.js

vimperatorの設定ファイルについてー よく、.vimperatorrc に javascript <