| commit | 49f9dd7b916fb32bfd0cc9a50f8c4f9bb1bb760b | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Fri Aug 29 12:08:43 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 29 12:08:43 2014 +0200 |
| tree | 4f9b6c58d378f7f439bf9a329260cdc6c1c6c154 | |
| parent | 2d46e6075ba3aa369172e610782810b9ac3f1f4b [diff] [blame] |
updated for version 7.4.422
Problem: When using conceal with linebreak some text is not displayed
correctly. (GrĂ¼ner Gimpel)
Solution: Check for conceal mode when using linebreak. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index d047c9b..31d1b34 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 422, +/**/ 421, /**/ 420,