Re: [vim/vim] Blend SpecialKey and Visual (PR #20845)
Maxim Kim (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/20845/[email protected]> |
habamax left a comment (vim/vim#20845) > hm, unfortunately it is not applied to the `space, lead, multispace, eol` parts of `listchars` Should be fixed for everything apart of `eol`. Current end of line is in quite a few other tests, failing if `extra_attr` is applied to `eol`. Tests could be fixed, but before doing it, @chrisbra, need your approve :) e.g.: ``` command line..script /home/habamax/prj/habamax-vim/src/testdir/runtest.vim[636]..function RunTheTest[63]..Test_highlight_eol_with_cursorline_vertsplit[69]..Check_lcs_eol_attrs line 4: Expected [2114, 2114, 2114, 2114, 2057, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] but got [2114, 2114, 2114, 2114, 2115, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0] make: *** [Makefile:78: test_highlight] Error 1 ``` -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/pull/20845#issuecomment-5082764593 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/pull/20845/[email protected]> -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/20845/c5082764593%40github.com.