]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not work v8.0.0522
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Mar 2017 17:20:41 +0000 (19:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Mar 2017 17:20:41 +0000 (19:20 +0200)
commit3fcfa35f82b9d1ef5e95051b3a45578e10c14ec3
tree84aa6be11d89fb6fa012413667901ad75e32c8b1
parent99a6e8dd824399332563caa6cacfcda33da1f366
patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not work

Problem:    MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a
            :global command.
Solution:   When setting the clipboard was postponed, do not clear the
            register.
src/Makefile
src/globals.h
src/ops.c
src/proto/ui.pro
src/testdir/test_alot.vim
src/testdir/test_global.vim [new file with mode: 0644]
src/ui.c
src/version.c