commit | 537443018d41918639695a442c91b34ccec69fc3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 17:38:22 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 17:38:22 2015 +0200 |
tree | 50cf32c1174d9bf6bc3c577a5245336d5b8b5f71 | |
parent | 34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc [diff] [blame] |
patch 7.4.786 Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 27a19ad..cef927d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 786, +/**/ 785, /**/ 784,