diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-13 03:27:23 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-13 03:27:23 -0500 |
commit | 7f3999ac806daefa078b4db0781bfc1e190e135e (patch) | |
tree | 6386cdb6bf191873fc6ea1593a713e145810165a /src/nvim/buffer_defs.h | |
parent | 5c87d40acdd02286baf492067031c93d93b7d389 (diff) | |
parent | 8eeda7169aa47881f0b6d697e291a1ef85c43e4e (diff) | |
download | rneovim-7f3999ac806daefa078b4db0781bfc1e190e135e.tar.gz rneovim-7f3999ac806daefa078b4db0781bfc1e190e135e.tar.bz2 rneovim-7f3999ac806daefa078b4db0781bfc1e190e135e.zip |
Merge pull request #3996 from justinmk/ctrlc
vim-patch:7.4.569, 7.4.573
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r-- | src/nvim/buffer_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index 6b5bbe3b00..78d9a9484e 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -751,6 +751,8 @@ struct file_buffer { Terminal *terminal; // Terminal instance associated with the buffer dict_T *additional_data; // Additional data from shada file if any. + + int b_mapped_ctrl_c; // modes where CTRL-C is mapped }; /* |