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:
Thomas Blauth
2022-01-17 08:40:54 +01:00
parent 030211555d
commit 64c92771be
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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.