# HG changeset patch # User Steve Losh # Date 1351803205 14400 # Node ID 1b487daa9aab2543b2c66e2647446a0bac5ee1df # Parent ea2c674ffea48c142e3fc2e9a331367bb77560f9 Moar. diff -r ea2c674ffea4 -r 1b487daa9aab bin/lein --- a/bin/lein Sat Oct 27 14:27:36 2012 -0400 +++ b/bin/lein Thu Nov 01 16:53:25 2012 -0400 @@ -148,7 +148,7 @@ echo "out-of-date version of libssl. Either upgrade it or set HTTP_CLIENT" echo "to turn off certificate checks:" echo " export HTTP_CLIENT=\"wget --no-check-certificate -O\" # or" - echo " export HTTP_CLIENT=\"curl --insecure -f -L -o" + echo " export HTTP_CLIENT=\"curl --insecure -f -L -o\"" } # TODO: explain what to do when Java is missing @@ -177,7 +177,7 @@ mv -f "$LEIN_JAR.pending" "$LEIN_JAR" else rm "$LEIN_JAR.pending" 2> /dev/null - downoad_failed_message "$LEIN_URL" + download_failed_message "$LEIN_URL" if [ $SNAPSHOT = "YES" ]; then echo "See README.md for SNAPSHOT-specific build instructions." fi diff -r ea2c674ffea4 -r 1b487daa9aab vim/vimrc --- a/vim/vimrc Sat Oct 27 14:27:36 2012 -0400 +++ b/vim/vimrc Thu Nov 01 16:53:25 2012 -0400 @@ -805,7 +805,7 @@ " au FileType lisp nnoremap ee mz99[(va("ry:call Send_to_Tmux(@r) au FileType lisp nnoremap ee mz99[(:call SlimvEvalExp()`z - au FileType lisp nnoremap tt mz99[(vab"ry:call Send_to_Tmux(@r)`z + au FileType lisp nnoremap tt mz0l99[(vab"ry:call Send_to_Tmux(@r)`z au FileType lisp nnoremap tb mzggVG"ry:call Send_to_Tmux(@r)`z augroup END