commit | c3328169d5566b97a6a6921067017e4369dd7cd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 23 22:15:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 23 22:15:25 2019 +0200 |
tree | 88ffb8f039efc23a461181aeae7b0bdf606b2404 | |
parent | c61a48d25995e5ee2a3813f64c531b91bb23e9b9 [diff] [blame] |
patch 8.1.1736: viminfo support is spread out Problem: Viminfo support is spread out. Solution: Move more viminfo code to viminfo.c. (Yegappan Lakshmanan, closes #4717) Reorder code to make most functions static.
diff --git a/src/version.c b/src/version.c index e8f5d7f..4e91567 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1736, +/**/ 1735, /**/ 1734,