diff options
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | 2022-04-14 20:43:56 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-14 20:43:56 +0100 |
commit | b836658a04ee5456deca2ee523de9efe51252da3 (patch) | |
tree | d2cbeafd920a3ed6a81196788e83a8e708d99c48 /src/version.c | |
parent | eca7c60d68e63001dbe3c8e5d240b0895e607fc3 (diff) | |
download | vim-git-b836658a04ee5456deca2ee523de9efe51252da3.tar.gz |
patch 8.2.4750: small pieces of dead codev8.2.4750
Problem: Small pieces of dead code.
Solution: Remove the dead code. (Goc Dundar, closes #10190) Rename the
qftf_cb struct member to avoid confusion.
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 40ed18989..68b61f487 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4750, +/**/ 4749, /**/ 4748, |