]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0810: error when appending "tagfile" to 'wildoptions' v8.2.0810
authorBram Moolenaar <Bram@vim.org>
Fri, 22 May 2020 12:10:36 +0000 (14:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 May 2020 12:10:36 +0000 (14:10 +0200)
commit2e61e2d08390623fcf933fd06646ac91f81fb772
tree730705564f989cc8f5856fcbc58fc3850d9d7883
parent5a80f8ad5dc0b2cc63400255dcf3c63f6c1a2ef9
patch 8.2.0810: error when appending "tagfile" to 'wildoptions'

Problem:    Error when appending "tagfile" to 'wildoptions'.
Solution:   use flags P_ONECOMMA and P_NODUP. (Dmitri Vereshchagin,
            closes #6105)
src/optiondefs.h
src/testdir/test_options.vim
src/version.c