commit | 15e248e37f3925d430f96e945d52d3dc423cdc83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 20:21:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 20:21:37 2019 +0200 |
tree | bd29a54010b6ff38816f4ca523f30e4ba20d61a0 | |
parent | 2e62b568e91c36adb16dbcc609665170f09f3845 [diff] [blame] |
patch 8.1.1610: there is no way to add or load a buffer without side effects Problem: There is no way to add or load a buffer without side effects. Solution: Add the bufadd() and bufload() functions.
diff --git a/src/version.c b/src/version.c index 89b7f4f..6fce98b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1610, +/**/ 1609, /**/ 1608,