commit | d881b516da0184052d2f9d33c3f72c5c014316bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 17:49:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 17:49:30 2020 +0200 |
tree | faadc52b11a24da6c1ba2b147fd1f7a061198e88 | |
parent | e023e88bed3f2e0a7ea4cf10cac2de80bc9c271c [diff] [blame] |
patch 8.2.0864: pragmas are indented all the way to the left Problem: Pragmas are indented all the way to the left. Solution: Add an option to indent progmas like normal code. (Max Rumpf, closes #5468)
diff --git a/src/version.c b/src/version.c index e6caf8d..6f77139 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 864, +/**/ 863, /**/ 862,