]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0172: command line window does not work v8.0.0172
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Jan 2017 21:40:19 +0000 (22:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Jan 2017 21:40:19 +0000 (22:40 +0100)
commit1d669c233c97486555a34f7d3f069068d9ebdb63
treea00db0e11c3e5aca8d89e68805549401e1090270
parentee142add229cbcd58bc76d59f23e02517df14379
patch 8.0.0172: command line window does not work

Problem:    The command selected in the command line window is not executed.
            (Andrey Starodubtsev)
Solution:   Save and restore the command line at a lower level. (closes #1370)
src/ex_getln.c
src/testdir/test_history.vim
src/version.c