Patch 9.0.0410
Problem: Struct member cts_lnum is unused.
Solution: Delete it.
Files: src/charset.c, src/structs.h
*** ../vim-9.0.0409/src/charset.c 2022-08-28 16:38:57.408641746 +0100
--- src/charset.c 2022-09-07 19:58:01.619597882 +0100
***************
*** 950,956 ****
{
CLEAR_POINTER(cts);
cts->cts_win = wp;
- cts->cts_lnum = lnum;
cts->cts_vcol = col;
cts->cts_line = line;
cts->cts_ptr = ptr;
--- 950,955 ----
*** ../vim-9.0.0409/src/structs.h 2022-09-06 18:57:04.923749462 +0100
--- src/structs.h 2022-09-07 19:58:07.419583985 +0100
***************
*** 4599,4605 ****
// Argument for lbr_chartabsize().
typedef struct {
win_T *cts_win;
- linenr_T cts_lnum; // zero when not using text properties
char_u *cts_line; // start of the line
char_u *cts_ptr; // current position in line
#ifdef FEAT_PROP_POPUP
--- 4599,4604 ----
*** ../vim-9.0.0409/src/version.c 2022-09-07 19:40:13.842414811 +0100
--- src/version.c 2022-09-07 19:57:58.375605653 +0100
***************
*** 705,706 ****
--- 705,708 ----
{ /* Add new patch number below this line */
+ /**/
+ 410,
/**/
--
"Making it up? Why should I want to make anything up? Life's bad enough
as it is without wanting to invent any more of it."
-- Marvin, the Paranoid Android in Douglas Adams'
"The Hitchhiker's Guide to the Galaxy"
/// 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/20220907190208.8052E1C0CE4%40moolenaar.net.