commit | 9d954207e2cc807b475bb04f8b59ef5bb3772d99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 20:34:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 20:34:19 2017 +0200 |
tree | 1cc786e3355baa912671ab3b54ae8da5de43ae8b | |
parent | e88fc7a574263fd399c6815378bcd8fd228d8b54 [diff] [blame] |
patch 8.0.1053: setline() does not work on startup Problem: setline() does not work on startup. (Manuel Ortega) Solution: Do not check for ml_mfp to be set for the current buffer. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 2b30a09..5f49b38 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1053, +/**/ 1052, /**/ 1051,