diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-20 16:02:50 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-20 16:02:50 -0500 |
commit | 51055c14a623ca824d69b257304f0dd813cfda1f (patch) | |
tree | e2609bf14947d6d4728b33006400dc068ad2e126 | |
parent | 44024f2c65d98bb0956e7d126a695247ecca023b (diff) | |
parent | 87a49405b00b38b58c4c1d8fc4069d1a254a621d (diff) | |
download | rneovim-51055c14a623ca824d69b257304f0dd813cfda1f.tar.gz rneovim-51055c14a623ca824d69b257304f0dd813cfda1f.tar.bz2 rneovim-51055c14a623ca824d69b257304f0dd813cfda1f.zip |
Merge pull request #4306 from justinmk/termau
terminal_open: do not force autocmds
-rw-r--r-- | src/nvim/terminal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/terminal.c b/src/nvim/terminal.c index 0a7807d811..dc5f348078 100644 --- a/src/nvim/terminal.c +++ b/src/nvim/terminal.c @@ -236,7 +236,7 @@ Terminal *terminal_open(TerminalOptions opts) set_option_value((uint8_t *)"relativenumber", false, NULL, OPT_LOCAL); RESET_BINDING(curwin); // Apply TermOpen autocmds so the user can configure the terminal - apply_autocmds(EVENT_TERMOPEN, NULL, NULL, true, curbuf); + apply_autocmds(EVENT_TERMOPEN, NULL, NULL, false, curbuf); // Configure the scrollback buffer. Try to get the size from: // |