diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-19 03:03:11 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-19 03:03:11 -0500 |
commit | 87a49405b00b38b58c4c1d8fc4069d1a254a621d (patch) | |
tree | 7aca516b2ef4772e34c6cdfb6911da62a867fcdc | |
parent | 91254bd9d8a849463b63e6d07569157e2491c98e (diff) | |
download | rneovim-87a49405b00b38b58c4c1d8fc4069d1a254a621d.tar.gz rneovim-87a49405b00b38b58c4c1d8fc4069d1a254a621d.tar.bz2 rneovim-87a49405b00b38b58c4c1d8fc4069d1a254a621d.zip |
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: // |