summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-11-24 15:50:59 +0100
committerBram Moolenaar <Bram@vim.org>2010-11-24 15:50:59 +0100
commit4dbbff57baebde02a8bdb26a25947c3964ec6198 (patch)
tree45a4d5f20e89f23d9e27efb50be5e0510abe5266 /src/version.c
parent0818b87cbf7c0faf681775dae841aae41497758b (diff)
downloadvim-git-7.3.065.tar.gz
updated for version 7.3.065v7.3.065
Problem: Can't get current line number in a source file. Solution: Add the <slnum> item, similar to <sfile>.
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 df30ef81f..e334d0a36 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 65,
+/**/
64,
/**/
63,