Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

ver.8.1 でエラーが出力された #414

Closed osyo-manga closed 11 years ago

osyo-manga commented 11 years ago
scriptencoding utf-8

set nocompatible
filetype off

set rtp+=$VIM/dotfiles/neobundle.vim/
" set rtp+=D:/home/Dropbox/work/vim/runtime/bundle/neobundle.vim
" set rtp+=D:/home/.vim/neobundle/

if has('vim_starting')
    call neobundle#rc(expand($VIM."/.vim/neobundle"))
endif

" NeoBundle "Shougo/neocomplcache"
NeoBundle "Shougo/neocomplcache", {
\   "rev" : "ver.8.1"
\}

filetype plugin indent on

" 有効にする
let g:neocomplcache_enable_at_startup=1

上記の vimrc で起動直後に『re』を入力して <BS> で削除すると再現します。 set ft=vim では再現せず。

osyo-manga commented 11 years ago

エラー内容はこんな感じです(量が多すぎて全てを列挙するのは難しいです…。

gige

osyo-manga commented 11 years ago

すみません、neobundle.vimが古かったのが原因だったようです。 neobundle.vimを更新したら再現しなくなりました。