# HG changeset patch # User Steve Losh # Date 1462999853 0 # Node ID a5ca5d9bffd7891c51228dd95bd0fcde54c4b2d3 # Parent 86bde83af492254c454db1ca99bf5feec0fa9532 More lisp stuff diff -r 86bde83af492 -r a5ca5d9bffd7 lispwords --- a/lispwords Wed May 04 11:24:25 2016 +0000 +++ b/lispwords Wed May 11 20:50:53 2016 +0000 @@ -30,7 +30,7 @@ ; sketch (1 with-pen) -(3 defsketch) +(2 defsketch) ; sbcl (1 with-profiling) diff -r 86bde83af492 -r a5ca5d9bffd7 vim/vimrc --- a/vim/vimrc Wed May 04 11:24:25 2016 +0000 +++ b/vim/vimrc Wed May 11 20:50:53 2016 +0000 @@ -907,7 +907,7 @@ " Helper Functions {{{ function! HighlightLispRepl() "{{{ " set syntax=lisp - syn match replPrompt /\v^[-._a-zA-Z]+\>/ + syn match replPrompt /\v^[-._a-zA-Z0-9]+\>/ syn match replComment /\v^;.*/ " syn match replResult /\v^#\<[^>]+\>$/