commit | 09037503ea5f957ad23121bc61e15e4bb1765edf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 22:08:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 22:08:14 2018 +0200 |
tree | 03d1fd78b07d2174d792c235822bdb3fe7c78f91 | |
parent | 31cbadf74bccc2a5cd8233bc31bbcfe466b00021 [diff] [blame] |
patch 8.1.0434: copy_loclist() is too long Problem: copy_loclist() is too long. Solution: Split in multiple functions. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 6c69b17..73eff7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 434, +/**/ 433, /**/ 432,