Patch 9.0.0050

5 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 14, 2022, 12:10:14 PM7/14/22
to vim...@googlegroups.com

Patch 9.0.0050
Problem: Split else-if is confusing.
Solution: Join the lines. (closes #10696)
Files: src/gui.c


*** ../vim-9.0.0049/src/gui.c 2022-06-29 18:39:05.015841419 +0100
--- src/gui.c 2022-07-12 17:25:37.173652981 +0100
***************
*** 2131,2138 ****
if (this_len > len)
this_len = len; // don't include following composing char
}
! else
! if (gui.col + len > Columns)
this_len = Columns - gui.col;
else
this_len = len;
--- 2131,2137 ----
if (this_len > len)
this_len = len; // don't include following composing char
}
! else if (gui.col + len > Columns)
this_len = Columns - gui.col;
else
this_len = len;
*** ../vim-9.0.0049/src/version.c 2022-07-09 20:27:02.943482458 +0100
--- src/version.c 2022-07-12 17:29:24.845362076 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 50,
/**/

--
From "know your smileys":
(X0||) Double hamburger with lettuce and tomato

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages