1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-01-11 22:15:05 +01:00
parent 44a7db4ffd
commit c3c3158756
5 changed files with 55 additions and 2 deletions

View File

@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
728,
/**/
727,
/**/