vim/vim7



UbuntuでSVNからインストールしてみる。

svn co ほげほげ
cd vim7/src
./configure --prefix=/home/うんたらかんたら/lib/vim7 \
--with-FEATURE \
--with-features=big \
--with-PACKAGE \
--enable-multibyte \
--disable-gui

って感じです。最近は。

CentOSでCVS版をインストールしてみる。

cd /usr/local
mkdir vim
cd vim
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vim co -P vim7
cd vim7/src
vim -c make

で、インストール完了。あとはお好きに。

新機能

Internal grep(内蔵grep:vimgrep)

:vimgrep

とかいう内部的にgrepできるコマンドができた。以下のような感じで使う。

:vimgrep /an error/ *.c
:vimgrep /\<FileName\>/ *.h include/*
:vimgrep /myfunc/ **/*.c

増えたオプション

completefunc: completeopt: omnifunc:

関連リンク

トップページ
新規作成
編集
履歴
ページ一覧

Recent changes

2010-07-29 2010-07-27 2010-07-25 2010-07-23 2010-07-16 2010-07-13 2010-07-12 2010-07-09 2010-07-08 2010-07-04 2010-07-02 2010-06-22 2010-06-20

Link