mklabs / vim-issues

issues.vim: A plugin to quickly navigate through issues of a GitHub repository
9 stars 2 forks source link

E363: pattern uses more memory than 'maxmempattern' #1

Open skwp opened 12 years ago

skwp commented 12 years ago

Hi, great idea for a project, but I'm getting a memory error. I think it might be due to a complex regex in your code. Any ideas?

Error detected while processing function 189..186..<SNR>188_json_parse:
line    2:
E363: pattern uses more memory than 'maxmempattern'      
mklabs commented 11 years ago

hey @skwp, sorry for the response delay

not really sure :(

I'll soon try to rewrite the plugin to use webapi-vim, which seems to have everything we need and somewhat remove the use of any external node scripts. That may solve this bug.