diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-07 20:08:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-07 20:08:26 -0700 |
commit | 8463a7a50fc842a6d2b5a76820da39fc7746bb99 (patch) | |
tree | 66c4d3213e50f8afd30c6948297e9c9b4bf27b79 /genvim.txr | |
parent | e1aa0323be7eba355780d76455dde25ed51d481f (diff) | |
download | txr-8463a7a50fc842a6d2b5a76820da39fc7746bb99.tar.gz txr-8463a7a50fc842a6d2b5a76820da39fc7746bb99.tar.bz2 txr-8463a7a50fc842a6d2b5a76820da39fc7746bb99.zip |
* genvim.txr (chesc): Include space among escaped characters.
Diffstat (limited to 'genvim.txr')
-rw-r--r-- | genvim.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |