coolceph / vimrc

Best vimrc for CoolCeph team, used for C/C++, Python, PHP and Go.
https://github.com/coolceph/vimrc
GNU General Public License v2.0
62 stars 32 forks source link

bug: the backspace in insert model doesn't work #13

Closed yuandong1222 closed 8 years ago

yuandong1222 commented 8 years ago

I update my vimrc by 1) cd ~/.vim 2) git pull 3) setup -u

The error is : E117: Unknown function: neocomplete#smart_close_popup E15: Invalid expression: neocomplete#smart_close_popup()."^H" Press ENTER or type command to continue

yuandong1222 commented 8 years ago

I tried to source ~/.zshrc, nothing happens.

ketor commented 8 years ago

Maybe somethin wrong during your git pull & git submodule update process. Should you try to install from vimrc-xxxxxxxx.tar.gz? http://pan.baidu.com/s/1hrqLnu8

The steps is:

  1. scp vimrc-xxxxxxxx.tar.gz to ~
  2. tar -zxvf vimrc-xxxxxxxx.tar.gz
  3. ~/.vim/setup.sh -l

The latest version add auto-completion using clang. You should yum install clang to enable vim-clang complete. It's very cool!!!!!

I've tested this steps on CentOS7.2 in QingCloud, all is ok.

Also when I use git clone & git submodule init/update, because of the great firewall network problem, git cannot finished easily and then I see warn & err in vim.

yuandong1222 commented 8 years ago

It works. THX.