]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1672: error during completion causes command to be cancelled v8.0.1672
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Apr 2018 17:09:09 +0000 (19:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Apr 2018 17:09:09 +0000 (19:09 +0200)
commit72532d354e699f1cceec34c0b08e1de4d3ea9641
treede2c28d5bd4a630b7e1c3225dff7204df9613e36
parent22efba47deb7e504142487fdc1617ec638cf0683
patch 8.0.1672: error during completion causes command to be cancelled

Problem:    Error during completion causes command to be cancelled.
Solution:   Reset did_emsg before waiting for another character. (Tom M.)
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c