Patch 9.0.1089
Problem: unnessary assignment
Solution: Remove the assignment. (Luuk van Baal, closes #1136)
Files: src/memline.c
*** ../vim-9.0.1088/src/memline.c 2022-12-05 13:50:49.718052362 +0000
--- src/memline.c 2022-12-23 10:29:52.680583838 +0000
***************
*** 316,324 ****
#endif
buf->b_ml.ml_flags = ML_EMPTY;
buf->b_ml.ml_line_count = 1;
- #ifdef FEAT_LINEBREAK
- curwin->w_nrwidth_line_count = 0;
- #endif
/*
* fill block0 struct and write page 0
--- 316,321 ----
*** ../vim-9.0.1088/src/version.c 2022-12-22 21:06:35.047328431 +0000
--- src/version.c 2022-12-23 12:16:48.501328716 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1089,
/**/
--
"It's so simple to be wise. Just think of something stupid to say
and then don't say it." -- Sam Levenson
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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/20221223121828.C815E1C0AA3%40moolenaar.net.