commit | 6b915c0c0ee7ef82f8d3d310a4345e098cb929b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 18 15:53:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 18 15:53:19 2020 +0100 |
tree | 426ab78922c56f48bd65ac7877d1f0a73c53d094 | |
parent | 3029bcc094415243bad14e5720f68e857b755dad [diff] [blame] |
patch 8.2.0128: cannot list options one per line Problem: Cannot list options one per line. Solution: Use ":set!" to list one option per line.
diff --git a/src/version.c b/src/version.c index d6fa59c..cae6508 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 128, +/**/ 127, /**/ 126,