# HG changeset patch # User Steve Losh # Date 1351803256 14400 # Node ID 30b080bdd80d3eb75b6ed2c15463b34ece1fbeb9 # Parent 6ed2c7b06e737562f7d0f09cf4f3068ee7161433# Parent 1b487daa9aab2543b2c66e2647446a0bac5ee1df Merge. diff -r 6ed2c7b06e73 -r 30b080bdd80d bin/lein --- a/bin/lein Wed Oct 31 16:04:36 2012 -0400 +++ b/bin/lein Thu Nov 01 16:54:16 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 6ed2c7b06e73 -r 30b080bdd80d vim/vimrc --- a/vim/vimrc Wed Oct 31 16:04:36 2012 -0400 +++ b/vim/vimrc Thu Nov 01 16:54:16 2012 -0400 @@ -814,7 +814,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