]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5043: can open a cmdline window from a substitute expression v8.2.5043
authorBram Moolenaar <Bram@vim.org>
Mon, 30 May 2022 14:23:09 +0000 (15:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 May 2022 14:23:09 +0000 (15:23 +0100)
commit71223e2db87c2bf3b09aecb46266b56cda26191d
tree3fc0857560f746c12af92b0ed02e2aab8696708e
parent89b25585ccecf223ca41ca212df8ebc227fc035a
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.
src/buffer.c
src/ex_getln.c
src/proto/ex_getln.pro
src/testdir/test_substitute.vim
src/version.c
src/window.c