]> granicus.if.org Git - vim/commit
patch 8.2.0991: cannot get window type for autocmd and preview window v8.2.0991
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Jun 2020 20:42:04 +0000 (22:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Jun 2020 20:42:04 +0000 (22:42 +0200)
commit0fe937fd8616fcd24b1b1ef2ab9f1657615dd22c
treeea589a16e7a487517083f269b4500d6e4cb5d153
parenta1bc6f12936a9f621238b940d5c6e97837809447
patch 8.2.0991: cannot get window type for autocmd and preview window

Problem:    Cannot get window type for autocmd and preview window.
Solution:   Add types to win_gettype(). (Yegappan Lakshmanan, closes #6277)
runtime/doc/eval.txt
src/evalwindow.c
src/testdir/test_autocmd.vim
src/testdir/test_preview.vim
src/version.c