commit | 71223e2db87c2bf3b09aecb46266b56cda26191d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 30 15:23:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 30 15:23:09 2022 +0100 |
tree | 3fc0857560f746c12af92b0ed02e2aab8696708e | |
parent | 89b25585ccecf223ca41ca212df8ebc227fc035a [diff] [blame] |
patch 8.2.5043: can open a cmdline window from a substitute expression Problem: Can open a cmdline window from a substitute expression. Solution: Disallow opening a command line window when text or buffer is locked.
diff --git a/src/version.c b/src/version.c index 18a1fdb..a15bb3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5043, +/**/ 5042, /**/ 5041,