view .gitattributes @ 26700:c9a83dc9081b v8.2.3879

patch 8.2.3879: getreg() and getregtype() contain dead code Commit: https://github.com/vim/vim/commit/51e64b2789eb7e60f7c5892a43426ab4ec1a54aa Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 10:48:30 2021 +0000 patch 8.2.3879: getreg() and getregtype() contain dead code Problem: getreg() and getregtype() contain dead code. Solution: Remove the needless check. (closes https://github.com/vim/vim/issues/9392) Also refactor to put common code in a shared function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 12:00:04 +0100
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff