]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1666: the initial value of 'backupskip' can have duplicate items v8.2.1666
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Sep 2020 12:53:53 +0000 (14:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Sep 2020 12:53:53 +0000 (14:53 +0200)
commitb00ef0508b22905379953a164bdb4300015d3705
treeba2fc4de9e8d4febac6475338c7bc8509fb3ffde
parent635414dd2f3ae7d4d972d79b806348a6516cb91a
patch 8.2.1666: the initial value of 'backupskip' can have duplicate items

Problem:    The initial value of 'backupskip' can have duplicate items.
Solution:   Remove duplicates, like when it is set later. (Tom Ryder,
            closes #6940)
src/option.c
src/testdir/test_options.vim
src/version.c