commit | ee739b42c08e15bc9dfa5021f7123b4571287720 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 02 19:37:42 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 02 19:37:42 2014 +0200 |
tree | f885e556946be4572d61e1dbef8b7c2d44876bf0 | |
parent | c35e3de8cc0786609fd7975416d22e7193f7187d [diff] [blame] |
updated for version 7.4.352 Problem: With 'linebreak' a tab causes a missing line break. Solution: Count a tab for what it's worth also for shorter lines. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 94f16b3..2fd9dfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 352, +/**/ 351, /**/ 350,