commit | ce30ccc06af7f2c03762e5b18dde37b26ea6ec42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 21 19:57:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 21 19:57:04 2022 +0000 |
tree | 2933f7b9a71269829df045bf8b59178e698c937a | |
parent | 29967732761d1ffb5592db5f5aa7036f5b52abf1 [diff] [blame] |
patch 9.0.0916: getbufline() is inefficient for getting a single line Problem: getbufline() is inefficient for getting a single line. Solution: Add getbufoneline().
diff --git a/src/version.c b/src/version.c index 136521d..8a71fd3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 916, +/**/ 915, /**/ 914,