bhurlow / vim-parinfer

vim plugin to balance your parenthesis
MIT License
182 stars 18 forks source link

Remove lockvar on g:_VIM_PARINFER_DEFAULTS #56

Closed RhysU closed 6 years ago

RhysU commented 6 years ago

I've been seeing...

Error detected while processing .../vim_parinfer.vim
line   11:
E741: Value is locked: g:_VIM_PARINFER_DEFAULTS

...when running BundleInstall! for vundle. Locking isn't adding value, so fix is just removing the lockvar causing the error. Manually tested as resolving the issue.