commit | 1610d052413e0ed664498853a47acc2d677a22d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 22:53:01 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 22:53:01 2016 +0200 |
tree | 1c12cf44d17c386f031e9f5bbece5a0497a90a23 | |
parent | 1cee693b310e1494115a1677fac064941092e1bb [diff] [blame] |
patch 7.4.1913 Problem: When ":doautocmd" is used modelines are used even when no autocommands were executed. (Daniel Hahler) Solution: Skip processing modelines. (closes #854)
diff --git a/src/version.c b/src/version.c index 9fdd93f..563ac9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1913, +/**/ 1912, /**/ 1911,