To: vim_dev@googlegroups.com Subject: Patch 9.0.0410 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///