commit | 6f62fed349bf829da2adb02619dc9acba13c8ab6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 14:04:24 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 14:04:24 2015 +0100 |
tree | c2d4006200a8b4477db1f5b8a352a6ac30165627 | |
parent | a98849670674264de699d7ab22ae4b9b32e78f4a [diff] [blame] |
patch 7.4.973 Problem: When pasting on the command line line breaks result in literal <CR> characters. This makes pasting a long file name difficult. Solution: Skip the characters.
diff --git a/src/version.c b/src/version.c index 8a4edda..5c23005 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 973, +/**/ 972, /**/ 971,