summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-12-05 16:10:42 +0100
committerBram Moolenaar <Bram@vim.org>2012-12-05 16:10:42 +0100
commit9750bb199e0f171c185bd3a23591e57922765509 (patch)
tree29f641fcf96efd47db0615626dd41e418314b677 /src/version.c
parent0f9d0869c7acd08a4dc9bb4ac84c9c7c4e9f079b (diff)
downloadvim-9750bb199e0f171c185bd3a23591e57922765509.zip
updated for version 7.3.748
Problem: Cannot properly test conceal mode. Solution: Add the screencol() and screenrow() functions. Use them in test88. (Simon Ruderich)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ad2816e73..ffefbb274 100644
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 748,
+/**/
747,
/**/
746,