]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0007: can select empty inner text blocks v9.1.0007
authorChristian Brabandt <cb@256bit.org>
Thu, 4 Jan 2024 20:43:36 +0000 (21:43 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 4 Jan 2024 21:11:33 +0000 (22:11 +0100)
commitad4d7f446dc6754bde212234d46f4849b520b6e0
tree09a0bbf2eb0db04b87350aa728a3da32dd5f3dfd
parent184f71cc6868a240dc872ed2852542bbc1d43e28
patch 9.1.0007: can select empty inner text blocks

Problem:  can select empty inner text blocks
          (laurentalacoque)
Solution: make selecting empty inner text blocks an error

textobjects: Make selecting inner empty blocks an error

fixes: #13514
closes: #13523

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/motion.txt
src/testdir/test_textobjects.vim
src/textobject.c
src/version.c