forked from aniani/vim
patch 9.0.1089: unnessary assignment
Problem: unnessary assignment Solution: Remove the assignment. (Luuk van Baal, closes #1136)
This commit is contained in:
parent
9fca133eb7
commit
c53e7904b9
@ -316,9 +316,6 @@ ml_open(buf_T *buf)
|
||||
#endif
|
||||
buf->b_ml.ml_flags = ML_EMPTY;
|
||||
buf->b_ml.ml_line_count = 1;
|
||||
#ifdef FEAT_LINEBREAK
|
||||
curwin->w_nrwidth_line_count = 0;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* fill block0 struct and write page 0
|
||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1089,
|
||||
/**/
|
||||
1088,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user