commit | b5aedf3e228d35821591da9ae8501b61cf2e264c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 18:23:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 18:23:53 2017 +0100 |
tree | 39cdf29566db1e5ed8b2235d2b0240c859163bd8 | |
parent | 8774845ce1a7def122ea07c057a79417f3be3d17 [diff] [blame] |
patch 8.0.0448: some macros are in lower case Problem: Some macros are in lower case, which can be confusing. Solution: Make a few lower case macros upper case.
diff --git a/src/popupmnu.c b/src/popupmnu.c index 307dbbe..fc5e1c3 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c
@@ -590,7 +590,7 @@ && curbuf->b_p_bh[0] == 'w') { /* Already a "wipeout" buffer, make it empty. */ - while (!bufempty()) + while (!BUFEMPTY()) ml_delete((linenr_T)1, FALSE); } else