comparison src/vim.h @ 18450:507348b211b4 v8.1.2219

patch 8.1.2219: no autocommand for open window with terminal Commit: https://github.com/vim/vim/commit/28ed4dfe1f80905fb399c2cde31ace5ee14d8c67 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 16:21:40 2019 +0200 patch 8.1.2219: no autocommand for open window with terminal Problem: No autocommand for open window with terminal. Solution: Add TerminalWinOpen. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 16:30:03 +0200
parents ba5d8c5d77d7
children 18d7337b6837
comparison
equal deleted inserted replaced
18449:2d1716e5ba53 18450:507348b211b4
1339 EVENT_TABENTER, // after entering a tab page 1339 EVENT_TABENTER, // after entering a tab page
1340 EVENT_TABLEAVE, // before leaving a tab page 1340 EVENT_TABLEAVE, // before leaving a tab page
1341 EVENT_TABNEW, // when entering a new tab page 1341 EVENT_TABNEW, // when entering a new tab page
1342 EVENT_TERMCHANGED, // after changing 'term' 1342 EVENT_TERMCHANGED, // after changing 'term'
1343 EVENT_TERMINALOPEN, // after a terminal buffer was created 1343 EVENT_TERMINALOPEN, // after a terminal buffer was created
1344 EVENT_TERMINALWINOPEN, // after a terminal buffer was created and entering its window
1344 EVENT_TERMRESPONSE, // after setting "v:termresponse" 1345 EVENT_TERMRESPONSE, // after setting "v:termresponse"
1345 EVENT_TEXTCHANGED, // text was modified not in Insert mode 1346 EVENT_TEXTCHANGED, // text was modified not in Insert mode
1346 EVENT_TEXTCHANGEDI, // text was modified in Insert mode 1347 EVENT_TEXTCHANGEDI, // text was modified in Insert mode
1347 EVENT_TEXTCHANGEDP, // TextChangedI with popup menu visible 1348 EVENT_TEXTCHANGEDP, // TextChangedI with popup menu visible
1348 EVENT_TEXTYANKPOST, // after some text was yanked 1349 EVENT_TEXTYANKPOST, // after some text was yanked