forked from VimPlug/jedi-vim
Fix added_sys_path default setting
This commit removes the inner string quotation of the default value for the added_sys_path setting. The inner quotes cause the value of the resulting variable g:jedi#added_sys_path to be the sting "[]" instead of an empty list.
This commit is contained in:
@@ -55,5 +55,6 @@ Brian Mego (@brianmego)
|
||||
Stevan Milic (@stevanmilic) <stevan.milic@yahoo.com>
|
||||
Konstantin Glukhov (@Konstantin-Glukhov)
|
||||
Seungchan An (@SeungChan92) <dev.issea1015@gmail.com>
|
||||
Thomas Blauth (@ThomasBlauth) <thomas.blauth@protonmail.com>
|
||||
|
||||
@something are github user names.
|
||||
|
||||
Reference in New Issue
Block a user