Yegappan Lakshmanan <[email protected]> wrote: > Hi Bram, > > On Thu, Nov 12, 2020 at 9:08 AM Bram Moolenaar <[email protected]> wrote: >> >> >> I wrote: >> >> > Patch 8.2.1978 >> > Problem: Making a mapping work in all modes is complicated. >> > Solution: Add the <Cmd> special key. (Yegappan Lakshmanan, closes #7282, >> > closes 4784, based on patch by Bjorn Linse) >> > Files: runtime/doc/autocmd.txt, runtime/doc/eval.txt, >> > runtime/doc/map.txt, src/edit.c, src/errors.h, src/ex_docmd.c, >> > src/ex_getln.c, src/getchar.c, src/insexpand.c, src/keymap.h, >> > src/map.c, src/misc2.c, src/normal.c, src/ops.c, >> > src/proto/getchar.pro, src/screen.c, src/terminal.c, >> > src/testdir/test_mapping.vim >> >> Somehow the Appveyor test hangs in test_swap since this patch. I have >> no idea why. Can someone reproduce this on MS-Windows? >> >> > > I saw this problem and tried to reproduce this on MS-Windows and couldn't > reproduce it so far.
How about making test verbose in CI, at least temporarily to help fix this issue? like this: diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 2fb329aa1..6431f6a6b 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -12,7 +12,7 @@ SCRIPTSOURCE = ../../runtime # Comment out this line to see the verbose output of tests. # # Catches SwapExists to avoid hanging at the ATTENTION prompt. -REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null +#REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # Uncomment this line to use valgrind for memory leaks and extra warnings. # The output goes into a file "valgrind.testN" -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_gryPFG0p90LG2vGkKX770%3DxOM5mXVD3nP872fVNosKTg%40mail.gmail.com.
