LucHermitte / lh-brackets

LH's bracketing system for vim
Other
50 stars 2 forks source link

E705: Variable name conflicts with an existing function: Close #16

Closed dc-avasilev closed 6 years ago

dc-avasilev commented 6 years ago

Обнаружена ошибка при обработке function lh#brackets#define[3]..209_DecodeDefineOptions: строка 37: E705: Имя переменной конфликтует с существующей функцией: Close


An error was encountered while processing function lh # brackets # define [3] .. 209_DecodeDefineOptions: line 37: E705: Variable name conflicts with an existing function: Close


I think conflict with ctrlp.vim plugin, when try open php files, maybe I'm wrong

LucHermitte commented 6 years ago

Thanks for the bug report. It should be fixed now.

In you want to know which plugin is still using global functions (instead of script-local or autoloaded functions), you can type :verbose function Close