mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
vim-patch:8.1.2218: "gN" is off by one in Visual mode
Problem: "gN" is off by one in Visual mode.
Solution: Check moving forward. (Christian Brabandt, vim/vim#5075)
453c19257f
This commit is contained in:
@@ -68,6 +68,7 @@ NULL
|
||||
|
||||
// clang-format off
|
||||
static const int included_patches[] = {
|
||||
2218,
|
||||
2207,
|
||||
2173,
|
||||
1850,
|
||||
|
Reference in New Issue
Block a user