Merge pull request #68946 from volth/escape

treewide: fix string escapes
This commit is contained in:
Jörg Thalheim
2019-09-24 04:19:12 +01:00
committed by GitHub
12 changed files with 27 additions and 27 deletions

View File

@@ -54,8 +54,8 @@ in
type = types.attrsOf types.str;
default = {};
example = {
h = "noaction 5\e(";
l = "noaction 5\e)";
h = "noaction 5\\e(";
l = "noaction 5\\e)";
};
description = "Defines new command keys.";
};