]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0568: the man filetype plugin overwrites the unnamed register v8.2.0568
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Apr 2020 12:58:37 +0000 (14:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Apr 2020 12:58:37 +0000 (14:58 +0200)
commit55b0fb7001ae42a58c10ad93a9157113f77a43d2
tree88e88d90fd7c089174f40b46d889ca4b99f5d6df
parent2c330432cfb12181c61d698b5459bfd73d2610df
patch 8.2.0568: the man filetype plugin overwrites the unnamed register

Problem:    The man filetype plugin overwrites the unnamed register.
Solution:   Use the black hole register. (Jason Franklin)
runtime/ftplugin/man.vim
src/testdir/test_man.vim
src/version.c