tweekmonster / braceless.vim

:snake: Text objects, folding, and more for Python and other indented languages.
395 stars 13 forks source link

E132: Function call depth is higher than 'maxfuncdepth' #30

Closed ghost closed 8 years ago

ghost commented 8 years ago

I use macvim and vim-coffee-script, when I open a coffee file, it show "Error detected while processing function braceless#highlight#update[7]..braceless#scan_head[69].."

ghost commented 8 years ago

highlight does't work in coffee, Does the plugin Compatible with vim-coffee-script?

tweekmonster commented 8 years ago

Do you have an example script that caused that error? I can't reproduce it.

highlight does't work in coffee, Does the plugin Compatible with vim-coffee-script?

I'm using kchmck/vim-coffee-script and it works for me. I'm using BracelessEnable +indent +highlight-cc2.

ghost commented 8 years ago

I'm using BracelessEnable +indent +fold +highlight, this is my config file vimrc

tweekmonster commented 8 years ago

Do you have example coffeescript code that causes the error?

ghost commented 8 years ago

I'm using youcompleteme and ultisnips, when I input fun and then press tab key the error happend, screen shot 2016-07-17 at 10 55 36

tweekmonster commented 8 years ago

Thanks I was able to reproduce it. I'll look into it.