commit | 4dbbff57baebde02a8bdb26a25947c3964ec6198 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 15:50:59 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 15:50:59 2010 +0100 |
tree | 45a4d5f20e89f23d9e27efb50be5e0510abe5266 | |
parent | 0818b87cbf7c0faf681775dae841aae41497758b [diff] [blame] |
updated for version 7.3.065 Problem: Can't get current line number in a source file. Solution: Add the <slnum> item, similar to <sfile>.
diff --git a/src/version.c b/src/version.c index df30ef8..e334d0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 65, +/**/ 64, /**/ 63,