]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0126: Internal error when using upper-case mark in getregion() v9.1.0126
authorzeertzjq <zeertzjq@outlook.com>
Thu, 22 Feb 2024 18:48:06 +0000 (19:48 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 22 Feb 2024 18:48:06 +0000 (19:48 +0100)
commit421b597470c118871c7081de00dd065e0e000b7e
tree468685895448cd96be6befa3e1df9cda1ed72a3d
parent1624970d321cfb637ac76232df9c9b3f2fae904c
patch 9.1.0126: Internal error when using upper-case mark in getregion()

Problem:  Internal error when passing mark in another buffer to
          getregion().
Solution: Don't allow marks in another buffer (zeertzjq)

closes: #14076

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Internal error when passing mark in another buffer to getregion()
runtime/doc/builtin.txt
src/evalfunc.c
src/testdir/test_visual.vim
src/version.c