summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
Diffstat (limited to 'genvim.txr')
-rw-r--r--genvim.txr8
1 files changed, 7 insertions, 1 deletions
diff --git a/genvim.txr b/genvim.txr
index 114766f2..bdf433d1 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -49,7 +49,13 @@ static void dir_tables_init(void)
(let ((fb (symbol-function sym)))
(if (or (special-operator-p sym)
(and fb (not (functionp fb))))
- (list text)))))
+ (unless (memq sym '(and dwim inc oand opip or pset
+ qquote quote qref rotate set
+ shift swap sys:l1-setq
+ sys:lisp1-setq sys:qquote
+ sys:quasi sys:quasilist sys:setq
+ sys:setqf))
+ (list text))))))
@(define generate (txr-p))
@ (output @(if txr-p "txr.vim" "tl.vim") :named out)
" VIM Syntax file for txr