]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2114: modeless selection not copied to * register v9.1.2114
authorFoxe Chen <chen.foxe@gmail.com>
Thu, 29 Jan 2026 19:10:51 +0000 (19:10 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 29 Jan 2026 19:18:10 +0000 (19:18 +0000)
commit0ac59be07128d12327e848264d5a456eb24d7dd0
tree14afe3a0bdc715b06e32460bba731dd1ee0a7456
parentb817536b8f35c14bea6366006d44ff6aa2e840b4
patch 9.1.2114: modeless selection not copied to * register

Problem:  modeless selection not copied to * register when P in
          guioptions (Coacher)
Solution: Make the "P" flag override the "a" and "A" flag
          (Foxe Chen)

fixes:  #19187
closes: #19244

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
src/clipboard.c
src/testdir/test_gui.vim
src/version.c