Gvim is slow to start

When I check vim start using gvim --startuptime gvim.log, I see:

15076.886  14652.943: starting GUI

This was built from ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 on Ubuntu 12.04. Dependencies installed with 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

Although vimthey gvim -u NONEstart quickly. Please help me fix this problem.

+4
source share

Source: https://habr.com/ru/post/1540970/


All Articles