# HG changeset patch # User Steve Losh # Date 1582479314 18000 # Node ID 425b45329fbd0706a16f9415435a077cedd117e2 # Parent 73580329f5bf20a9b878ed2b98518dc9e11c0e1f More diff -r 73580329f5bf -r 425b45329fbd .hgsubstate --- a/.hgsubstate Wed Feb 12 23:10:41 2020 -0500 +++ b/.hgsubstate Sun Feb 23 12:35:14 2020 -0500 @@ -2,7 +2,7 @@ 1fc4a9fbead7e0acc4c828b346f3be2658ec3df9 mercurial/templates b6a8b49e2173ba5a1b34d00e68e0ed8addac3ebd vim/bundle/abolish a16a9b63eb85cc0960a7f25c54647ac1f99f3360 vim/bundle/ack -b428902745c5978fe6a78ef11db76692905a4873 vim/bundle/badwolf +e7f8786668bb9b7ac3b68198437e11f9c5c465b6 vim/bundle/badwolf 24f6d94dd03ba0fdc703265fe281f70cf2b45ba6 vim/bundle/boxdraw b542a7bc4d9bc5da8fb12e110fe7975131fb57a4 vim/bundle/clam 8295187ea1210138c0b171d8e3ec3569936f4c1a vim/bundle/commentary diff -r 73580329f5bf -r 425b45329fbd vim/vimrc --- a/vim/vimrc Wed Feb 12 23:10:41 2020 -0500 +++ b/vim/vimrc Sun Feb 23 12:35:14 2020 -0500 @@ -2293,7 +2293,7 @@ endfunction "}}} function! NeoReplSendParagraph() "{{{ - call SelectAndSendToNeoRepl("^Vap") + call SelectAndSendToNeoRepl("^Vip") endfunction "}}} function! NeoReplOpenFish() "{{{