commit | defe6424aee6201241b7cb231b62db4bbb9f4a9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 15:14:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 15:14:07 2018 +0200 |
tree | c0d9a3675bbbb00ea18de33f22c171c4829e3e00 | |
parent | eee3e9466951e6619e7db51cd027bafdfbebb08d [diff] [blame] |
patch 8.1.0107: Python: getting buffer option clears message Problem: Python: getting buffer option clears message. (Jacob Niehus) Solution: Don't use aucmd_prepbuf(). (closes #3079)
diff --git a/src/version.c b/src/version.c index 1969072..e51addc 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 107, +/**/ 106, /**/ 105,