diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-08 00:16:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-08 00:16:03 -0700 |
commit | d6d824b58bf2257a6cc50354a083699b7d739e19 (patch) | |
tree | c67000f2d73e42e101b3aa141202aec8a8af5ff6 | |
parent | 07dd2bfb88906c8c74c390581371f216abcd6ef6 (diff) | |
download | txr-d6d824b58bf2257a6cc50354a083699b7d739e19.tar.gz txr-d6d824b58bf2257a6cc50354a083699b7d739e19.tar.bz2 txr-d6d824b58bf2257a6cc50354a083699b7d739e19.zip |
* txr.vim: Remove duplicate lines.
-rw-r--r-- | txr.vim | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -53,10 +53,6 @@ syn keyword txl_keyword contained make-hash hash hash-construct gethash sethash syn keyword txl_keyword contained hash-count get-hash-userdata set-hash-userdata hashp maphash syn keyword txl_keyword contained hash-eql hash-equal syn keyword txl_keyword contained hash_keys hash_values hash_pairs hash_alist -syn keyword txl_keyword contained *stdout* *stdin* *stddebug* -syn keyword txl_keyword contained *stderr* format print pprint tostring tostringp -syn keyword txl_keyword contained make-string-input-stream -syn keyword txl_keyword contained make-string-byte-input-stream make-string-output-stream syn keyword txl_keyword contained eval chain andf orf iff syn keyword txl_keyword contained *stdout* *stdin* *stddebug* syn keyword txl_keyword contained *stderr* format print pprint tostring tostringp |