aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/memline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/memline.c b/src/nvim/memline.c
index 916e4a0e10..03fe0be896 100644
--- a/src/nvim/memline.c
+++ b/src/nvim/memline.c
@@ -281,7 +281,6 @@ int ml_open(buf_T *buf)
buf->b_ml.ml_mfp = mfp;
buf->b_ml.ml_flags = ML_EMPTY;
buf->b_ml.ml_line_count = 1;
- curwin->w_nrwidth_line_count = 0;
// fill block0 struct and write page 0
hp = mf_new(mfp, false, 1);