mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 13:10:44 +00:00
Problem: "dvgo" is not always an inclusive motion
(Iain King-Speir)
Solution: initialize the inclusive flag to false
fixes: vim/vim#15580
closes: vim/vim#15582
f8702aeb8f
Co-authored-by: Christian Brabandt <cb@256bit.org>