Hi, On Sat, Nov 30, 2019 at 11:27 PM Yegappan Lakshmanan <[email protected]> wrote: > > Hi all, > > In the PR 5296, I have added some tests for the register related > functionality. One of the test fails in the normal build but passes > in the huge build. The test is below: > > new > let @" = 'xyz' > set virtualedit=all > call append(0, "a\tb") > call cursor(1, 2, 6) > normal p > call assert_equal("a\txyzb", getline(1)) > > It looks like in the normal build, the tab character is expanded > when the text is pasted. But this doesn't happen in the huge build. > > Is this a bug or am I missing something? >
The 'vartabstop' feature is causing the above change in behavior. I am going to add a check for the 'vartabstop' feature in the test script. But I think this is a bug. - Yegappan > > The passing huge build log is at: > > https://travis-ci.org/vim/vim/jobs/619155561 > > The failing normal build log is at: > > https://travis-ci.org/vim/vim/jobs/619155568 > > The PR is at: > > https://github.com/vim/vim/pull/5296 > > Thanks, > Yegappan -- -- 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/CAAW7x7%3DX%2BaeL0xjv8W%2BXwnTZT5tw2gDQ7qyJG9d9mo33bBqTrQ%40mail.gmail.com.
