2007-03-28から1日間の記事一覧

ticket #9 fixed

vim 設定周りがまだ手になじんでいませんが、徐々に開発再開。0.2 => 0.3 は結構機能追加するつもりなので、GW明けぐらいにリリースしたいなぁ、と考えています。GWは旅行しながらプログラミングwhttp://trac.webjourney.org/webjourney/ticket/9パーミッシ…

grep.vim

rails.vim, project.vim だけでは、いわゆるプロジェクト内検索ができなさそうに見えたのでgrep.vimを入れる。 :command -nargs=* SearchRuby :Rgrep <args> *.rb :command -nargs=* SearcheRuby :Rgrep <args> *.rhtml :command -nargs=* SearchJavaScript :Rgrep <args> *.js</args></args></args>…