diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-09 20:51:04 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-09 20:51:04 +0100 |
commit | ae12f4bad306a1a3a2d54ff6ed76df9b11d19469 (patch) | |
tree | 7ebc794adeeb121202d382ed689c149af54022ee /src/version.c | |
parent | 663bc89bbb8158bd0888f7d7228b2dbc6bbd4802 (diff) | |
download | vim-git-ae12f4bad306a1a3a2d54ff6ed76df9b11d19469.tar.gz |
patch 8.1.0708: third argument for redrawWinline() is always FALSEv8.1.0708
Problem: Third argument for redrawWinline() is always FALSE.
Solution: Drop the argument. (neovim #9479)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e9a5a43b7..3375b1c20 100644 --- a/src/version.c +++ b/src/version.c @@ -800,6 +800,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 708, +/**/ 707, /**/ 706, |