commit | ff930cad8a9100eeb04256aab1a14de993c1d7e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 19 17:12:10 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 19 17:12:10 2017 +0200 |
tree | 087239febd09bb9c435e93dff38972d7a1cb6790 | |
parent | 87ffb5c1a3aa506a1be07af4e794b3753f839dc3 [diff] [blame] |
patch 8.0.1205: it is possible to unload a changed buffer Problem: Using "1q" it is possible to unload a changed buffer. (Rick Howe) Solution: Check the right window for changes.
diff --git a/src/version.c b/src/version.c index da06043..5a6c721 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1205, +/**/ 1204, /**/ 1203,