From a1571cd2585d49fda14a979aac553a2c94e33e3a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 30 Jun 2015 18:34:36 -0400 Subject: [PATCH] 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. --- plugin/fireplace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index df59585..c81350a 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -1,6 +1,6 @@ " fireplace.vim - Clojure REPL support " Maintainer: Tim Pope -" Version: 1.0 +" Version: 1.1 " GetLatestVimScripts: 4978 1 :AutoInstall: fireplace.vim if exists("g:loaded_fireplace") || v:version < 700 || &cp