# HG changeset patch # User Steve Losh # Date 1598582720 14400 # Node ID 9bad13b2ff570fd63bce61beaef8bf867bc4f13e # Parent 09a358e965b221b15e0abd2a47ada02f808c42fc More diff -r 09a358e965b2 -r 9bad13b2ff57 hgrc --- a/hgrc Tue Jul 28 22:55:48 2020 -0400 +++ b/hgrc Thu Aug 27 22:45:20 2020 -0400 @@ -124,7 +124,7 @@ cm = commit -m cus = commit -m 'Update subrepository state' cmm = commit -m 'Merge' -cmt = commit -m 'Update TODO' +ct = commit -m 'Update TODO' TODO .TODO.done cb = commit -m 'Close branch' --close-branch # Merge shortcuts. diff -r 09a358e965b2 -r 9bad13b2ff57 vim/vimrc --- a/vim/vimrc Tue Jul 28 22:55:48 2020 -0400 +++ b/vim/vimrc Thu Aug 27 22:45:20 2020 -0400 @@ -948,11 +948,11 @@ NeoRepl ccl-vlime endfunction "}}} function! OpenLispReplECL() "{{{ - NeoRepl ecl-nrepl + NeoRepl ecl-vlime call InitializeLispRepl() endfunction "}}} function! OpenLispReplABCL() "{{{ - NeoRepl abcl-nrepl + NeoRepl abcl-vlime call InitializeLispRepl() endfunction "}}}