GVim在启动时很慢

时间:2014-05-17 14:22:22

标签: vim

当我用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

虽然vimgvim -u NONE开始很快。请帮我解决这个问题。

0 个答案:

没有答案