]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3033: no error when using alpha delimiter with :global v8.2.3033
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Jun 2021 19:55:18 +0000 (21:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Jun 2021 19:55:18 +0000 (21:55 +0200)
commit419a40ac9657e39646b2e0f3f71d7736b0c459d1
tree09a74d258eb68cfab3f27bcd205f3ba3021d6e8b
parent226b28b96150e59375d2bff44e0aadd382b0c3f1
patch 8.2.3033: no error when using alpha delimiter with :global

Problem:    No error when using alpha delimiter with :global.
Solution:   Check the delimiter like with :substitute. (closes #8415)
src/ex_cmds.c
src/testdir/test_global.vim
src/version.c