bb1f0bc31860

Merge
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2020 22:46:44 -0400
parents f89078a3dc08 (current diff) 9bad13b2ff57 (diff)
children 7c341a980eda
branches/tags (none)
files vim/vimrc

Changes

--- a/hgrc	Fri Aug 07 14:12:06 2020 -0400
+++ b/hgrc	Thu Aug 27 22:46:44 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.
--- a/vim/vimrc	Fri Aug 07 14:12:06 2020 -0400
+++ b/vim/vimrc	Thu Aug 27 22:46:44 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 "}}}