commit | a6f4d61af772140159a828911f574dd28b1c4564 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 19:10:46 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 19:10:46 2011 +0200 |
tree | 0a1e0e506bb338527ad04abe0e9c5017217ebd71 | |
parent | 62951b1e0d5b3a74c7de6991fc57f67b1d97abbf [diff] [blame] |
updated for version 7.3.320 Problem: When a 0xa0 character is in a sourced file the error message for unrecognized command does not show the problem. Solution: Display 0xa0 as <a0>.
diff --git a/src/version.c b/src/version.c index 24d98bb..5bae7d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 320, +/**/ 319, /**/ 318,