mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 04:54:12 +01:00
Remove straggling String#quote usage.
String#quote is no more. Fixes :mkvimruntime.
This commit is contained in:
@@ -868,7 +868,7 @@ unlet s:cpo_save
|
||||
Ary(o.names for (o of options) if (o.type != "boolean")).flatten()),
|
||||
toggleoptions: wrap("let s:toggleOptions = [",
|
||||
Ary(o.realNames for (o of options) if (o.type == "boolean"))
|
||||
.flatten().map(String.quote),
|
||||
.flatten().map(JSON.stringify),
|
||||
", ") + "]"
|
||||
}; //}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user