]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0836: not all :cdo output is visible v8.2.0836
authorBram Moolenaar <Bram@vim.org>
Thu, 28 May 2020 19:30:11 +0000 (21:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 May 2020 19:30:11 +0000 (21:30 +0200)
commit14798ab9a5ee4b94f6c12f1986207569356acfc8
treec66f6e21112c8e38163c9f2b6442ce5c826dfd29
parentc998370562425e70f4cf202a87112d638f5f7b38
patch 8.2.0836: not all :cdo output is visible

Problem:    Not all :cdo output is visible.
Solution:   Reset 'shortmess' temporarily. (Yegappan Lakshmanan, closes #6155)
src/ex_cmds2.c
src/testdir/test_cdo.vim
src/version.c