commit | c3c3158756ae074052b0db2a3e3a7ba192df5330 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 22:15:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 22:15:05 2019 +0100 |
tree | 79e1b820b5e86fce5f98573097e4457ec06f5881 | |
parent | 44a7db4ffdd11dafd345fd1c2c7b2509d01e3895 [diff] [blame] |
patch 8.1.0728: cannot avoid breaking after a single space. Problem: Cannot avoid breaking after a single space. Solution: Add the 'p' flag to 'formatoptions'. (Tom Ryder)
diff --git a/src/version.c b/src/version.c index c0a2bb4..8ef6660 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 728, +/**/ 727, /**/ 726,