Merge pull request #3209 from RedSoxFan/fix-3146

Do not strip quotes for cmd_mode
master
emersion 6 years ago committed by GitHub
commit 60e1fb547c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -420,6 +420,7 @@ struct cmd_results *config_command(char *exec) {
// Strip quotes and unescape the string
for (int i = handler->handle == cmd_set ? 2 : 1; i < argc; ++i) {
if (handler->handle != cmd_exec && handler->handle != cmd_exec_always
&& handler->handle != cmd_mode
&& handler->handle != cmd_bindsym
&& handler->handle != cmd_bindcode
&& handler->handle != cmd_set

Loading…
Cancel
Save