| commit | 213b10a57e08cf4389c54084e7236837b2396bb7 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 12:38:08 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 12:38:08 2011 +0200 |
| tree | 1fc0feea578b5df128b4b7947ae10a8db17f2e0b | |
| parent | d0988c50f3d23ca15e567ff51d5ede2e28e9ac18 [diff] [blame] |
updated for version 7.3.272
Problem: ":put =list" does not add an empty line for a trailing empty
item.
Solution: Add a trailing NL when turning a list into a string.
diff --git a/src/version.c b/src/version.c index 4b4a35c..63c4c8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 272, +/**/ 271, /**/ 270,