c314a1f64f5a

vim: make slime.vim less dumb
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Jul 2010 23:53:03 -0400
parents 7d807b8b1fa1
children 6a7961f15ca1
branches/tags (none)
files vim/plugin/slime.vim

Changes

--- a/vim/plugin/slime.vim	Fri Jul 23 23:33:23 2010 -0400
+++ b/vim/plugin/slime.vim	Fri Jul 23 23:53:03 2010 -0400
@@ -25,7 +25,7 @@
 
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 
-vmap <C-c><C-c> "ry :call Send_to_Screen(@r)<CR>
-nmap <C-c><C-c> vip<C-c><C-c>
+vmap <C-c><C-c> "ry:call Send_to_Screen(@r."\n")<CR>
+nmap <C-c><C-c> V<C-c><C-c>
 
 nmap <C-c>v :call Screen_Vars()<CR>