Skip to content

Commit

Permalink
Version 0.5.3
Browse files Browse the repository at this point in the history
Added Interrupt-Lisp-Process command, added mapping for the REPL menu, added special forms to Clojre API lookup, bugfixes: put cursor after the last character in insert mode when refreshing REPL buffer, fixed some Ctrl-C handling problems.
  • Loading branch information
kovisoft authored and vim-scripts committed Oct 18, 2010
1 parent 304bc0a commit 96bf93c
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 539 deletions.
20 changes: 17 additions & 3 deletions doc/slimv.txt
@@ -1,7 +1,7 @@
*slimv.txt* Slimv Last Change: 06 May 2009
*slimv.txt* Slimv Last Change: 04 Jun 2009

Slimv *slimv*
Version 0.5.2
Version 0.5.3

The Superior Lisp Interaction Mode for Vim.
This plugin is aimed to help Lisp development by interfacing between Vim and
Expand Down Expand Up @@ -558,9 +558,15 @@ by Slimv to ',' by default.
Repl commands:
,c ,rc Connect to Server

REPL menu commands (separate menu, valid only for the REPL buffer):

Set#1 Set#2 Command
---------------------------------------------------
,\ ,\ REPL Menu (separate menu, valid only for the REPL buffer)

REPL menu commands:
,. ,rs Send Input
,/ ,ro Close and Send Input
<C-C> <C-C> Interrupt Lisp Process
,< ,rp Previous Input
,> ,rn Next Input
,z ,rr Refresh REPL Buffer
Expand Down Expand Up @@ -925,6 +931,13 @@ FAQ *slimv-faq*
===============================================================================
CHANGE LOG *slimv-changelog*

0.5.3 - Added Interrupt-Lisp-Process command.
- Added mapping for the REPL menu.
- Added special forms to Clojre API lookup.
- Bugfix: put cursor after the last character in insert mode when
continuously refreshing REPL buffer.
- Fixed some Ctrl-C handling problems.

0.5.2 - Updated Clojure API.
- Adapted Clojure autodetection to version 1.0 (clojure-1.0.0.jar).
- Complete-Symbol command moved to separate Edit submenu.
Expand Down Expand Up @@ -1005,6 +1018,7 @@ ISSUES, LIMITATIONS, KNOWN BUGS *slimv-issues*
- Interruption (Ctrl-C) does not work with all Lisp implementations.
For example SBCL exits on Windows when receiving Ctrl-C.
It does not work in Clojure.
In this case use the Interrupt-Lisp-Process menu command.
- There are some functions that are not compatible or simply not working for
Clojure.
- It is not possible to run separate Lisp and Clojure REPL in the same
Expand Down

0 comments on commit 96bf93c

Please sign in to comment.