commit | 8f08dab18df6dbf6c4b4973fd2d480e4bffb82d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 14:31:33 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 14:31:33 2015 +0100 |
tree | aff91ffa8450e26bf5e551d7bfdd3bf7f7cf6ee7 | |
parent | cfcd1ddd103129b309671cba5cff55e19a9908e4 [diff] [blame] |
patch 7.4.932 Problem: test_utf8 has confusing dummy command. Solution: Use a real command instead of a colon.
diff --git a/src/version.c b/src/version.c index 548d611..30efcab 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 932, +/**/ 931, /**/ 930,