commit | 7c5676b5d68249dabd86bb1da542ba4f103bee07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 08 19:56:58 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 08 19:56:58 2010 +0100 |
tree | ab694b8471382cf7ad7b1a27fe5e5c9f58710a15 | |
parent | 56f7804065b164ab35369a3c645be534f50304a7 [diff] [blame] |
updated for version 7.3.081 Problem: Non-printable characters in 'statusline' cause trouble. (ZyX) Solution: Use transstr(). (partly by Caio Ariede)
diff --git a/src/version.c b/src/version.c index 494a6b9..13cd448 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 81, +/**/ 80, /**/ 79,