commit | 60542ac9fd078d5f87fa5f91131432d8a316bb0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 20:14:01 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 20:14:01 2012 +0100 |
tree | 662ab1896c75b1419af0d0c182df62a3cf1600bb | |
parent | bbc98db7c45ed9c8a6bbc7e2ac7c67180ccbab16 [diff] [blame] |
updated for version 7.3.442 Problem: Still read modelines for ":doautocmd". Solution: Move check for <nomodeline> to separate function.
diff --git a/src/version.c b/src/version.c index 9285e43..35aa34c 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 442, +/**/ 441, /**/ 440,