commit | 836082d398eb1dff8fb9fc6227f70ea56044eeba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 13:21:46 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 13:21:46 2011 +0200 |
tree | 7a089cb141c3dd2add36024b3590eca6a1e5bd6f | |
parent | 213b10a57e08cf4389c54084e7236837b2396bb7 [diff] [blame] |
updated for version 7.3.273 Problem: A BOM in an error file is seen as text. (Aleksey Baibarin) Solution: Remove the BOM from the text before evaluating. (idea by Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 63c4c8f..60defc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 273, +/**/ 272, /**/ 271,