Shougo / unite-outline

outline source for unite.vim
http://d.hatena.ne.jp/h1mesuke/20101107/p1
152 stars 41 forks source link

`Unite outline -auto-preview` shows errors #68

Closed ujihisa closed 8 years ago

ujihisa commented 8 years ago

minimal vimrc

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

how to produce

with the vimrc above,

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!
Shougo commented 8 years ago

Reproduced.

ujihisa commented 8 years ago

Yay! It worked fine here.