]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0669: CTRL-N at start of the buffer does not work correctly v8.0.0669
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 13:39:07 +0000 (15:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 13:39:07 +0000 (15:39 +0200)
commit24a9e348aa88a6c60ae0cdf5c4a777d8c03b08ca
tree86f499c46b77b342b25522e9f60a1e16a14a3915
parenta1bd86e0f2056f796390bc0cd3aba5c89513d0d2
patch 8.0.0669: CTRL-N at start of the buffer does not work correctly

Problem:    In Insert mode, CTRL-N at start of the buffer does not work
            correctly. (zuloloxi)
Solution:   Wrap around the start of the buffer. (Christian Brabandt)
src/edit.c
src/testdir/test_popup.vim
src/version.c