commit | ad9c2a08f0509294269a2f11a59a438b944bdd5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 23:26:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 23:26:04 2016 +0200 |
tree | 9796774e9cb412eda491592a714801042e4f9e6a | |
parent | adfc5c2f9cf8032e496fcd4793d829768bd6d0a7 [diff] [blame] |
patch 7.4.2109 Problem: Setting 'display' to "lastline" is a drastic change, while omitting it results in lots of "@" lines. Solution: Add "truncate" to show "@@@" for a truncated line.
diff --git a/src/version.c b/src/version.c index 47417bf..c24cf7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2109, +/**/ 2108, /**/ 2107,