summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
Diffstat (limited to 'genvim.txr')
-rw-r--r--genvim.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/genvim.txr b/genvim.txr
index 5c70e15c..f40aa47c 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -52,7 +52,7 @@ static void dir_tables_init(void)
@(bind alnum "A-Za-z_0-9")
@(bind dig "0-9")
@(bind oct "0-7")
-@(bind chesc `abtnvfre@bs\\n`)
+@(bind chesc `abtnvfre@bs \\n`)
@(bind glyph `!$%&*+\\-<=>?@{bs}_~`)
@(define generate (txr-p))
@ (output @(if txr-p "txr.vim" "tl.vim") :named out)