当我用gvim --startuptime gvim.log
检查vim启动时,我看到了:
15076.886 14652.943: starting GUI
这是从ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2在Ubuntu 12.04上构建的。
使用apt-get build-dep vim-gnome
安装的依赖项。
./configure --with-features=huge \
--enable-gui=gnome2 \
--enable-multibyte \
--enable-xim \
--with-x \
--enable-rubyinterp=yes \
--with-ruby-command=/usr/bin/ruby \
--enable-perlinterp \
--enable-pythoninterp=yes \
--enable-python3interp=yes \
--with-python-config-dir=/usr/lib/python2.7/config \
--enable-fontset \
--enable-cscope \
--enable-gtk2-check \
--enable-gnome-check
make
make install
虽然vim
和gvim -u NONE
开始很快。请帮我解决这个问题。