# HG changeset patch # User Steve Losh # Date 1344093150 14400 # Node ID 5dd290b1108422730a499575cef49809a87a4957 # Parent 2afb56feb14601470a5151e017b028ecf672c74c Unfuck the Clojure indentation mapping. Who knows what happened. diff -r 2afb56feb146 -r 5dd290b11084 .hgsubstate --- a/.hgsubstate Fri Aug 03 09:45:13 2012 -0400 +++ b/.hgsubstate Sat Aug 04 11:12:30 2012 -0400 @@ -7,7 +7,7 @@ ed67c4908fa033eef6cdfacc8141750e99f1345b vim/bundle/clam 0cb36de11bb12b5c8d92abb6d400dbb581b8f093 vim/bundle/commaobject 50b055633580c65c381ebb310bc1786ff14e3340 vim/bundle/commentary -4e38004029c50ae22a0e32432ff5f5a0893910fc vim/bundle/ctrlp +2927ce4eabbe03a3fb008b0bfbe0fb02dcaf55b2 vim/bundle/ctrlp 667a668e114e9ec0e5d4cbcb0962d835b23614c4 vim/bundle/easymotion 49c6be334c0b7950c837bd9f69c30c9f5ccd2e97 vim/bundle/fugitive 8c570a493d260890242cbdc5a22d8500dc4604cb vim/bundle/gundo @@ -23,7 +23,7 @@ 7f53b5c3919bde9a4259d0c725d453ef2337a4ed vim/bundle/powerline 9f976bb5754fd1252198fd1d8da4508a1a612ef6 vim/bundle/python-mode f060c485ee2631430ba19634e4a1c4d593065211 vim/bundle/salt -e06a7191df1257765cf605d42b326d22d34e4f46 vim/bundle/slimv +b2dd7c7998bcd2c69b7f847530ea98f3a549e4fa vim/bundle/slimv 78ab4b3df24fa2753d3dfc1be75ed5a3df1565b8 vim/bundle/smartinput c6197a10ace82e0fe0c08e5cf5c017b7069a978e vim/bundle/sparkup 3a2ab096c039516a8f43e6acd0264d8a81cd0544 vim/bundle/splice diff -r 2afb56feb146 -r 5dd290b11084 moom/com.manytricks.Moom.plist Binary file moom/com.manytricks.Moom.plist has changed diff -r 2afb56feb146 -r 5dd290b11084 vim/vimrc --- a/vim/vimrc Fri Aug 03 09:45:13 2012 -0400 +++ b/vim/vimrc Sat Aug 04 11:12:30 2012 -0400 @@ -620,7 +620,7 @@ " au FileType clojure nnoremap \rr :call SlimvToggleRepl() " Indent top-level form. - au FileType clojure nmap = v((((((((((((=% + au FileType clojure nmap = mz99[(v%='z augroup END " }}} @@ -1238,6 +1238,8 @@ " let g:slimv_repl_syntax = 0 let g:slimv_repl_wrap = 0 +let g:paredit_mode = 0 + " Use a swank command that works, and doesn't require new app windows. let g:slimv_swank_clojure = '!dtach -n /tmp/dtach-swank.sock -r winch lein swank'