commit | fe5aab63feb2b03656700d3738d46a19e99edde0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 17:19:04 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 17:19:04 2014 +0200 |
tree | 4314ed56672219a5e8f8c2f645e4eca77854aaac | |
parent | 3e45159ceb465082c183e79e2547cb6cc408167e [diff] [blame] |
updated for version 7.4.240 Problem: ":tjump" shows "\n" as "\\n". Solution: Skip over "\" that escapes a backslash. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index b002972..472a7fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 240, +/**/ 239, /**/ 238,