commit | 9dd33af4baf5fd7d3a7a779d8363834b38804946 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 21:51:25 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 21:51:25 2015 +0200 |
tree | c0854f3a0b36a0cd358b475bc94471171ab3859f | |
parent | 75e641354645b62fbf171231ebf71f046489cf17 [diff] [blame] |
patch 7.4.810 Problem: With a sequence of commands using buffers in diff mode E749 is given. (itchyny) Solution: Skip unloaded buffer. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index ee2814f..7ad08d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 810, +/**/ 809, /**/ 808,