commit | 80341bcd89764d96f87859a3aac8bc00aad1d762 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 20 20:34:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 20 20:34:51 2019 +0200 |
tree | e7ed467633df5576a27ffb6c9f35d7d03a57a8b7 | |
parent | f3333b02f34526da46cdae608f7e2d869bb8c654 [diff] [blame] |
patch 8.1.1360: buffer left 'nomodifiable' after :substitute Problem: Buffer left 'nomodifiable' after :substitute. (Ingo Karkat) Solution: Save the value of 'modifiable' earlier' (Christian Brabandt, closes #4403)
diff --git a/src/version.c b/src/version.c index f9962a0..01a0b0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1360, +/**/ 1359, /**/ 1358,