diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-15 22:46:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-15 22:46:47 -0700 |
commit | bdb1339f8b042fdf752f3c5503371c42512d223e (patch) | |
tree | 9a6977165b0d8b862216252532b8ad4d139992ab /txr.vim | |
parent | d4dccc67dc91aa0ed60820cbb006658f99d647bf (diff) | |
download | txr-bdb1339f8b042fdf752f3c5503371c42512d223e.tar.gz txr-bdb1339f8b042fdf752f3c5503371c42512d223e.tar.bz2 txr-bdb1339f8b042fdf752f3c5503371c42512d223e.zip |
Version 61txr-61
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
* eval.c (op_modplace): Fix warning about uninitialized variable.
No bug.
* filter.c: gcc compilation regresion: missing <stdio.h> breaks inclusion
of "stream.h" header. Strangely, didn't show up when configured for
compiling with g++ on Ubuntu.
* match.c (match_filter): Fixed ununsed variable warning.
* txr.vim: Bunch of missing keywords added.
* dep.mk: Regenerated.
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,7 +45,9 @@ syn keyword txl_keyword contained remq remql remqual syn keyword txl_keyword contained all none eq eql equal + - * abs trunc mod syn keyword txl_keyword contained expt exptmod sqrt gcd fixnump bignump syn keyword txl_keyword contained numberp zerop evenp oddp > -syn keyword txl_keyword contained make-hash hash gethash sethash pushhash remhash +syn keyword txl_keyword contained zerop evenp oddp > < >= <= max min +syn keyword txl_keyword contained search-regex match-regex regsub +syn keyword txl_keyword contained make-hash hash hash-construct gethash sethash pushhash remhash syn keyword txl_keyword contained hash-count get-hash-userdata set-hash-userdata hashp maphash syn keyword txl_keyword contained hash-eql hash-equal eval *stdout* *stdin* *stddebug* syn keyword txl_keyword contained *stderr* format print pprint tostring tostringp |