]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2212: cannot see the selection type in :reg output v8.1.2212
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Oct 2019 18:17:00 +0000 (20:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Oct 2019 18:17:00 +0000 (20:17 +0200)
commit3691f1ee72b68a47e6dcc75927bfa46565cf3614
tree14d7d578d2abe8b1e34d64cf3a6f24ec55af1bae
parent336bf2b8b269e2591576b9f580e79edb93e23c62
patch 8.1.2212: cannot see the selection type in :reg output

Problem:    Cannot see the selection type in :reg output. (Ayberk Aydın)
Solution:   Add c/l/b. (Christian Brabandt, closes #5110, closes #4546)
runtime/doc/change.txt
src/register.c
src/testdir/test_registers.vim
src/version.c