]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3392: augroup completion escapes regexp pattern characters v8.2.3392
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Sep 2021 11:03:39 +0000 (13:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Sep 2021 11:03:39 +0000 (13:03 +0200)
commitb4d82e2a8d610c00139a74970df772eece2daf1c
tree7a1b585c8dc1b243f5878d2f74036410c32f25e6
parent20e0c3d27bda770542c1c0e4c81fd6443c12f3a6
patch 8.2.3392: augroup completion escapes regexp pattern characters

Problem:    augroup completion escapes regexp pattern characters.
Solution:   Do not escape the augroup name. (closes #8826)
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c