commit | ff34bee3a2d22f2ff7abd4519270b5518082c33d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 25 20:27:06 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 25 20:27:06 2021 +0200 |
tree | ae9b6bd43642d3a22dae4a4f2bf6e75057178af6 | |
parent | 3c77b6a1ce1d4a06c60bb9fae7eec2775f547d55 [diff] [blame] |
patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails Problem: Vim: using {} block in autoloade omnifunc fails. Solution: Allow using {} block when text is locked. (closes #8631)
diff --git a/src/version.c b/src/version.c index f8a3ee4..0f181ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3223, +/**/ 3222, /**/ 3221,