mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 10:32:19 +03:00
Escape quotes in the restored termcmd
variable
This commit is contained in:
parent
284a40f681
commit
15e2440900
@ -40,7 +40,7 @@ def -hidden -shell-params tmux_override_termcmd %{
|
||||
echo "
|
||||
set current termcmd '${cmd_override}'
|
||||
eval new $@
|
||||
set current termcmd '${termcmd}'
|
||||
set current termcmd '${termcmd//'/\\'}'
|
||||
"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user