commit | 9a773488a7113cd028151e71ab6c9cd43bf56972 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 18:40:13 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 18:40:13 2013 +0200 |
tree | 9d20f190b083bc9bc99f7b358d552a6808724b9a | |
parent | c09a6d6c0c9d0e9056816f518171864158c72076 [diff] [blame] |
updated for version 7.3.1164 Problem: Can't test what is actually displayed on screen. Solution: Add the screenchar() and screenattr() functions.
diff --git a/src/version.c b/src/version.c index 6be6a6c..0122a80 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1164, +/**/ 1163, /**/ 1162,