commit | bf5f2878333da934a8bdc560bf0bcf9a88ff86a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 21 20:50:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 21 20:50:35 2021 +0200 |
tree | 2e41e267215698d5131d9f9ab8aecf4ed13637e6 | |
parent | bebf06954e1c801870b57e06ab03151c2654d079 [diff] [blame] |
patch 8.2.3365: Vim9: cannot use option for all operations Problem: Vim9: cannot use option for all operations. Solution: Recognize more operations. (closes #8779)
diff --git a/src/version.c b/src/version.c index 146eb8a..1130e6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3365, +/**/ 3364, /**/ 3363,