]> granicus.if.org Git - vim/commit
patch 8.0.1425: execute() does not work in completion of user command v8.0.1425
authorBram Moolenaar <Bram@vim.org>
Mon, 25 Dec 2017 12:44:43 +0000 (13:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Dec 2017 12:44:43 +0000 (13:44 +0100)
commit2095148277cf1c4e7b3bbaf4e34812b7cfe3011b
treee4e4c067e47b93ab553db7a83b4f98be3450b04f
parentdf980db69b831381c37c3e2973a6eefa10df305c
patch 8.0.1425: execute() does not work in completion of user command

Problem:    execute() does not work in completion of user command. (thinca)
Solution:   Switch off redir_off and restore it. (Ozaki Kiichi, closes #2492)
src/evalfunc.c
src/testdir/test_usercommands.vim
src/version.c