commit | 8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 10 21:06:22 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 10 21:06:22 2017 +0100 |
tree | 77b18f0770aef3fabadeb085420af1299b239066 | |
parent | 59eb016dff3fd4f764cfe326c80a9b840f0e1a02 [diff] [blame] |
patch 8.0.1386: cannot select modified buffers with getbufinfo() Problem: Cannot select modified buffers with getbufinfo(). Solution: Add the "bufmodified" flag. (Yegappan Lakshmanan, closes #2431)
diff --git a/src/version.c b/src/version.c index 7c55df0..e96e672 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1386, +/**/ 1385, /**/ 1384,