On Sunday 09 March 2008 08:30, Bram Moolenaar wrote:
> Patch 7.1.268
> Problem: Always shows "+" at end of screen line with:
> ":set listchars=eol:$,extends:+ nowrap list cursorline"
> (Gary Johnson) Solution: Check for lcs_eol_one instead of
> lcs_eol. Files: src/screen.c
thank you bram
sc
> *** ../vim-7.1.267/src/screen.c Wed Feb 20 14:15:45 2008
> --- src/screen.c Sun Mar 9 14:26:14 2008
> ***************
> *** 4527,4533 ****
> #endif
> col == W_WIDTH(wp) - 1)
> && (*ptr != NUL
> ! || (wp->w_p_list && lcs_eol != NUL && p_extra !=
> at_end_str)
>
> || (n_extra && (c_extra != NUL || *p_extra !=
> || NUL))))
>
> {
> c = lcs_ext;
> --- 4527,4533 ----
> #endif
> col == W_WIDTH(wp) - 1)
> && (*ptr != NUL
> ! || (wp->w_p_list && lcs_eol_one > 0)
>
> || (n_extra && (c_extra != NUL || *p_extra !=
> || NUL))))
>
> {
> c = lcs_ext;
> *** ../vim-7.1.267/src/version.c Thu Mar 6 22:44:45 2008
> --- src/version.c Sun Mar 9 14:24:59 2008
> ***************
> *** 668,669 ****
> --- 668,671 ----
> { /* Add new patch number below this line */
> + /**/
> + 268,
> /**/
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---