diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-12-05 16:10:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-12-05 16:10:42 +0100 |
commit | 9750bb199e0f171c185bd3a23591e57922765509 (patch) | |
tree | 29f641fcf96efd47db0615626dd41e418314b677 /src/version.c | |
parent | 0f9d0869c7acd08a4dc9bb4ac84c9c7c4e9f079b (diff) | |
download | vim-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.c | 2 |
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, |