# HG changeset patch # User Steve Losh # Date 1577213387 18000 # Node ID 7c8e9659a1c591e3ea75292a9753d0d04c995aa8 # Parent ff8f7c88a81491ba809a693ff3f1237e96e672d8 More diff -r ff8f7c88a814 -r 7c8e9659a1c5 lispwords --- a/lispwords Fri Dec 06 16:33:11 2019 -0500 +++ b/lispwords Tue Dec 24 13:49:47 2019 -0500 @@ -44,7 +44,7 @@ (1 dohash) ; arrows -(1 -> ->> -<> -<>>) +(1 -> ->> -<> -<>> _) ; sketch (1 with-pen with-font) diff -r ff8f7c88a814 -r 7c8e9659a1c5 vim/vimrc --- a/vim/vimrc Fri Dec 06 16:33:11 2019 -0500 +++ b/vim/vimrc Tue Dec 24 13:49:47 2019 -0500 @@ -2623,13 +2623,14 @@ " }}} " Vlime {{{ + let g:vlime_window_settings = { \ "sldb": { \ "pos": "belowright", \ "vertical": v:false \ }, \ "xref": { - \ "pos": "belowright", + \ "pos": "float", \ "size": 5, \ "vertical": v:false \ }, @@ -2907,12 +2908,12 @@ " " \h - raw hg commands -nnoremap hc :Start hg commit - -nnoremap hpd :Start! hg push default -nnoremap hpu :Start! hg push upstream -nnoremap hpg :Start! hg push git -nnoremap hpp :Start! hg paths -q \| xargs -n1 hg push +nnoremap hc :Start hg commit + +nnoremap hpd :!hg push default +nnoremap hpu :!hg push upstream +nnoremap hpg :!hg push git +nnoremap hpa :!hg paths -q \| xargs -n1 hg push function! s:HgDiff() " {{{ diffthis