mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 09:01:57 +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>