]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0640: get E14 while typing command :tab with 'incsearch' set v8.1.0640
authorBram Moolenaar <Bram@vim.org>
Wed, 26 Dec 2018 20:45:00 +0000 (21:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Dec 2018 20:45:00 +0000 (21:45 +0100)
commit548e5985734e4b216852205879daf9bfb00dbe5a
tree83fdfb078dd4e58bfcc6d4a2b6645b811615e4d2
parent8cf734e024af56707a1165bcdfee42364695ec8e
patch 8.1.0640: get E14 while typing command :tab with 'incsearch' set

Problem:    Get E14 while typing command :tab with 'incsearch' set.
Solution:   Do not give an error when looking for the command. (Yasuhiro
            Higashi)
src/ex_docmd.c
src/testdir/test_search.vim
src/version.c