commit | 8e1986e3896cc8c2a05fc6291a39ebb275e1cebf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 22:11:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 06 22:11:06 2020 +0200 |
tree | 2aa8d1f532271a335c18c8a90d6e0f8590cec334 | |
parent | 56b8dc331dc7f499c8221ed7d1c7795ad5e3bdeb [diff] [blame] |
patch 8.2.1382: Vim9: using :import in filetype plugin gives an error Problem: Vim9: using :import in filetype plugin gives an error. Solution: Allow commands with the EX_LOCK_OK flag. (closes #6636)
diff --git a/src/version.c b/src/version.c index 3d7c5b1..5c745df 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1382, +/**/ 1381, /**/ 1380,