]> granicus.if.org Git - vim/commit
patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positions v8.2.4939
authorzeertzjq <zeertzjq@outlook.com>
Wed, 11 May 2022 13:15:37 +0000 (14:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 May 2022 13:15:37 +0000 (14:15 +0100)
commit9af2bc075169e14fd06ed967d28eac7206d21f36
tree9c4228bd6f908932676943b448f81b7e76707d0c
parenta59f2dfd0cf9ee1a584d3de5b7c2d47648e79060
patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positions

Problem:    matchfuzzypos() with "matchseq" does not have all positions.
Solution:   Also add a position for white space. (closes #10404)
runtime/doc/builtin.txt
src/search.c
src/testdir/test_matchfuzzy.vim
src/version.c