diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-13 21:36:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-13 21:36:40 +0100 |
commit | 346f18e5fe12e6aaba5a6a18f6d0deb55eb7a9e8 (patch) | |
tree | 95ecb1be20705e9abbcd4d75f97169c4cbca8e46 /src/version.c | |
parent | d47e6f0b4cc82e3ccdc4605bb1811861a5b2d115 (diff) | |
download | vim-git-346f18e5fe12e6aaba5a6a18f6d0deb55eb7a9e8.tar.gz |
patch 8.2.0378: prop_find() does not find all propsv8.2.0378
Problem: prop_find() does not find all props.
Solution: Check being in the start line. (Axel Forsman, closes #5776)
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 140814203..303f7eca5 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 378, +/**/ 377, /**/ 376, |