mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 13:26:06 +00:00
vim-patch:9.0.0410: struct member cts_lnum is unused
Problem: Struct member cts_lnum is unused.
Solution: Delete it.
d7633114af
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
// Argument for lbr_chartabsize().
|
||||
typedef struct {
|
||||
win_T *cts_win;
|
||||
linenr_T cts_lnum; // zero when not using text properties
|
||||
char *cts_line; // start of the line
|
||||
char *cts_ptr; // current position in line
|
||||
|
||||
|
Reference in New Issue
Block a user