fireplace.vim 1.1

* Support cider completion, including context aware completion.
* Updates for latest cider-nrepl and piggieback.
* Use :.RunTests or 1cpr to run test under cursor.
* Add CTRL-R CTRL-F and CTRL-R CTRL-P command line maps.
* Add support for boot's fake class path.
* Fix handling of CTRL-C interrupt while evaling.
* Numerous minor bug fixes.
This commit is contained in:
Tim Pope 2015-06-30 18:34:36 -04:00
parent f456f04b65
commit a1571cd258
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
" fireplace.vim - Clojure REPL support
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.0
" Version: 1.1
" GetLatestVimScripts: 4978 1 :AutoInstall: fireplace.vim
if exists("g:loaded_fireplace") || v:version < 700 || &cp