Convert some values from buffer_defs.h to bools

This commit is contained in:
Wayne Rowcliffe
2014-10-25 11:23:08 -05:00
parent 8da78bc3ae
commit 63e2558870
17 changed files with 124 additions and 124 deletions

View File

@@ -604,7 +604,7 @@ static int pum_set_selected(int n, int repeat)
}
}
curbuf->b_changed = 0;
curbuf->b_changed = false;
curbuf->b_p_ma = FALSE;
curwin->w_cursor.lnum = 1;
curwin->w_cursor.col = 0;