diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-07-17 17:38:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-07-17 17:38:22 +0200 |
commit | 537443018d41918639695a442c91b34ccec69fc3 (patch) | |
tree | 50cf32c1174d9bf6bc3c577a5245336d5b8b5f71 /src/version.c | |
parent | 34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc (diff) | |
download | vim-git-537443018d41918639695a442c91b34ccec69fc3.tar.gz |
patch 7.4.786v7.4.786
Problem: It is not possible for a plugin to adjust to a changed setting.
Solution: Add the OptionSet autocommand event. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 27a19ad53..cef927dbb 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 786, +/**/ 785, /**/ 784, |