commit | 0efd1bdcf4891f9ef2537e4c3d50a379186dca5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 19:00:04 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 19:00:04 2019 +0100 |
tree | d30f4ed13d1ab221b2483b49b3ae4bd157e15633 | |
parent | 99ebf22c523e3fdb491b2c92b6f3a7d42721361d [diff] [blame] |
patch 8.1.2419: with a long file name the hit-enter prompt appears Problem: With a long file name the hit-enter prompt appears. (J. Lewis Muir) Solution: When checking for text to wrap don't do this when outputing a CR.
diff --git a/src/version.c b/src/version.c index ecdcb9c..2b992df 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2419, +/**/ 2418, /**/ 2417,