aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-07-04 23:50:57 +0200
committerGitHub <noreply@github.com>2017-07-04 23:50:57 +0200
commit69f0847ccc79acabb1cad5b1b54c906973946d81 (patch)
treef44ee09707eacbe75c8e3ff1be4ad53e0f5080ef /src/nvim/terminal.c
parent1b70a1da0438018475a73e23015421b2212b34df (diff)
parentce30998221a53e208a6a68b4b0a3f76db9a5eac3 (diff)
downloadrneovim-69f0847ccc79acabb1cad5b1b54c906973946d81.tar.gz
rneovim-69f0847ccc79acabb1cad5b1b54c906973946d81.tar.bz2
rneovim-69f0847ccc79acabb1cad5b1b54c906973946d81.zip
Merge #6959 from ZyX-I/pvs-fixes
Diffstat (limited to 'src/nvim/terminal.c')
-rw-r--r--src/nvim/terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/terminal.c b/src/nvim/terminal.c
index 1882f263db..099f49f09b 100644
--- a/src/nvim/terminal.c
+++ b/src/nvim/terminal.c
@@ -229,7 +229,7 @@ Terminal *terminal_open(TerminalOptions opts)
rv->invalid_start = 0;
rv->invalid_end = opts.height;
refresh_screen(rv, curbuf);
- set_option_value("buftype", 0, "terminal", OPT_LOCAL);
+ set_option_value("buftype", 0, "terminal", OPT_LOCAL); // -V666
// Default settings for terminal buffers
curbuf->b_p_ma = false; // 'nomodifiable'