Problem: Struct member cts_lnum is unused.
Solution: Delete it.
{
CLEAR_POINTER(cts);
cts->cts_win = wp;
- cts->cts_lnum = lnum;
cts->cts_vcol = col;
cts->cts_line = line;
cts->cts_ptr = ptr;
// 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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 410,
/**/
409,
/**/