aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-09-20 12:17:10 +0200
committerGitHub <noreply@github.com>2023-09-20 12:17:10 +0200
commit50d5fcc0bc1a3a67b9c3cc7066d97593ea3cc22d (patch)
tree5d13244d83f5687f77eeffc2d59594e9d51e24fd /src/nvim/drawline.c
parent351dda5e26313f88edea2a01b687f12f4fd1c790 (diff)
parentee20e9e66942ce38c8d4a8f4387ac1ec00d1d64f (diff)
downloadrneovim-50d5fcc0bc1a3a67b9c3cc7066d97593ea3cc22d.tar.gz
rneovim-50d5fcc0bc1a3a67b9c3cc7066d97593ea3cc22d.tar.bz2
rneovim-50d5fcc0bc1a3a67b9c3cc7066d97593ea3cc22d.zip
Merge pull request #25261 from bfredl/nolinewrap
refactor(grid): unused grid->line_wraps delenda est
Diffstat (limited to 'src/nvim/drawline.c')
-rw-r--r--src/nvim/drawline.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/drawline.c b/src/nvim/drawline.c
index 8b4786a98e..5fda200a43 100644
--- a/src/nvim/drawline.c
+++ b/src/nvim/drawline.c
@@ -3172,9 +3172,6 @@ int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, bool number_onl
// Force a redraw of the first column of the next line.
current_grid->attrs[current_grid->line_offset[current_row + 1]] = -1;
-
- // Remember that the line wraps, used for modeless copy.
- current_grid->line_wraps[current_row] = true;
}
wlv.boguscols = 0;