]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2014: using CTRL-O in a prompt buffer moves cursor to start v8.2.2014
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Nov 2020 17:46:25 +0000 (18:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Nov 2020 17:46:25 +0000 (18:46 +0100)
commitee8b787bcd15f63a938243770065e704c9b5c85f
treee37b80b2ec5d0860baf3afbb6270016c8f4db1cb
parent79cdf80bed3192add70882bc0aaeede91cc74300
patch 8.2.2014: using CTRL-O in a prompt buffer moves cursor to start

Problem:    Using CTRL-O in a prompt buffer moves cursor to start of the line.
Solution:   Do not move the cursor when restarting edit. (closes #7330)
src/job.c
src/testdir/test_prompt_buffer.vim
src/version.c