]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3153: URLs with a dash in the scheme are not recognized v8.2.3153
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>
Sun, 11 Jul 2021 19:51:17 +0000 (21:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 19:51:17 +0000 (21:51 +0200)
commit7b7a118e74d25ff35cd277c2bb5191ae44bb20b2
treee7d94d705f0d7c0c38f6a40498f07a01a186beba
parent11005b078d2485a306c74f77c9dd158fdd7f3cbe
patch 8.2.3153: URLs with a dash in the scheme are not recognized

Problem:    URLs with a dash in the scheme are not recognized.
Solution:   Allow for a scheme with a dash, but not at the start or end.
            (Tsuyoshi CHO, closes #8299)
src/misc1.c
src/testdir/test_buffer.vim
src/version.c