if has('vim_starting')
set nocompatible
set runtimepath+=~/.vimbundles/neobundle.vim
endif
call neobundle#begin(expand('~/.vimbundles'))
let g:neobundle#enable_name_conversion = 1
NeoBundle 'Shougo/unite.vim'
NeoBundle 'Shougo/unite-outline'
call neobundle#end()
filetype plugin indent on
It also happens files besides .vim (such as .scala or .clj)
error I get
[unite.vim] function <SNR>28_call_unite[33]..unite#start[1]..unite#start#standard[93]..unite#view#_init_cursor[67]..unite#handlers#_on_cursor_moved[58]..unite#view#_do_auto_preview[9]..unite#action#do[62]..<SNR>54_Action_preview
[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..uni
te#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_a
ction[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1].
.unite#action#take[21]..<SNR>54_Action_preview[14]..unite#take_action[1]..unite#action#take[21]..<SNR>54_Action_preview[14].
[unite.vim] Vim(call):E132: Function call depth is higher than 'maxfuncdepth'
[unite.vim] Error occurred while executing "preview" action!
minimal vimrc
how to produce
with the vimrc above,
:e! .vimbundles/unite-outline/autoload/unite/filters/outline_formatter.vim
:Unite outline -auto-preview
It also happens files besides
.vim
(such as.scala
or.clj
)error I get