]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3265: smartcase does not work correctly in very magic pattern v8.2.3265
authorChristian Brabandt <cb@256bit.org>
Sun, 1 Aug 2021 10:44:37 +0000 (12:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Aug 2021 10:44:37 +0000 (12:44 +0200)
commit78ba933d18439ff1a02f6be4c571e73ddceb3cd4
tree5130bc7ffd4a491ea5b1d4f965a6dca72dc5fb28
parentf24f51d03035379cf3e5b2dccf489a40bc4ca92a
patch 8.2.3265: smartcase does not work correctly in very magic pattern

Problem:    Smartcase does not work correctly in very magic pattern.
Solution:   Take the magicness into account when skipping over regexp items.
            (Christian Brabandt, closes #8682, closes #7845)
src/search.c
src/testdir/test_search.vim
src/version.c