commit | 8196e94a8b72ed8618605cb66615571313097d78 | [log] [tgz] |
---|---|---|
author | Rob Pilling <robpilling@gmail.com> | Fri Feb 11 15:12:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 15:12:10 2022 +0000 |
tree | ada10ee3829393c8e0e2ad76915f8ef0c2ae1f9f | |
parent | 92f645bef7bb817822d115291fe584b15647d577 [diff] [blame] |
patch 8.2.4343: when reloading not all properties are detected Problem: When reloading not all properties are detected. Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579)
diff --git a/src/version.c b/src/version.c index d8640c7..238361f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4343, +/**/ 4342, /**/ 4341,