]> granicus.if.org Git - vim/commit
patch 8.1.2218: "gN" is off by one in Visual mode v8.1.2218
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Oct 2019 12:42:09 +0000 (14:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Oct 2019 12:42:09 +0000 (14:42 +0200)
commit453c19257f6d97904ec2e3823e88e63c983f2f9a
treed976cfc0526b60f792ffef69023bcad37c2c3420
parentc7488a7fc8ed0d4fd9cc440117ff848170321517
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, #5075)
src/search.c
src/testdir/test_gn.vim
src/version.c