commit | 261f346f8154c0ec7094a4a211c653c74e9f7c2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 15:45:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 15:45:32 2019 +0200 |
tree | ae8f30b11e3a637d1c69bac234d0edd721d4a542 | |
parent | a3a124627d2eb9d36e3dc3757429d87e041f8c0b [diff] [blame] |
patch 8.1.2001: some source files are too big Problem: Some source files are too big. Solution: Move buffer and window related functions to evalbuffer.c and evalwindow.c. (Yegappan Lakshmanan, closes #4898)
diff --git a/src/version.c b/src/version.c index 5ccaaec..60ab297 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2001, +/**/ 1999, /**/ 1998,