commit | 52f85b730e379c4519b4a9ef1f008417150713f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 14:13:56 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 14:13:56 2013 +0100 |
tree | 1031e944273806d3aca7d5e522dfcc7bb7cbf174 | |
parent | f813a1883f767ad9c4a7a44b5f42cee312d53bc0 [diff] [blame] |
updated for version 7.3.790 Problem: After reloading a buffer the modelines are not processed. Solution: call do_modelines(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index ecf21ac..78dc34d 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 790, +/**/ 789, /**/ 788,