deoplete-plugins / deoplete-clang

deoplete.nvim source for C/C++/Obj-C/Obj-C++ with clang-python3
MIT License
189 stars 73 forks source link

Add safe defaults for some variables in the remote plugin. #41

Closed pirogoeth closed 8 years ago

pirogoeth commented 8 years ago

Added defaults for vars that may not be set by the user before starting. Prevents nasty startup errors.

Shougo commented 8 years ago

I will fix the None defaults.