aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-08-22 15:53:46 -0600
committerJosh Rahm <rahm@google.com>2022-08-22 15:53:46 -0600
commit52ce04a002a882da19bb2c78d1fd8eb4825d669d (patch)
treea39812ccb42dac36b6a251de9f9810e395bba3d9 /src/nvim/getchar.c
parent179d3ed87b17988f5fe00d8b99f2611a28212be7 (diff)
parentbaaaa1f2b3b6ae3a989d1362a27e55dc7b0b148a (diff)
downloadrneovim-52ce04a002a882da19bb2c78d1fd8eb4825d669d.tar.gz
rneovim-52ce04a002a882da19bb2c78d1fd8eb4825d669d.tar.bz2
rneovim-52ce04a002a882da19bb2c78d1fd8eb4825d669d.zip
Merge remote-tracking branch 'upstream/master' into floattitle
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 0f55158733..c8d4ef18ac 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -2112,7 +2112,7 @@ static int handle_mapping(int *keylenp, bool *timedout, int *mapdepth)
}
del_typebuf(mlen, 0); // remove the chars
- set_option_value("paste", !p_paste, NULL, 0);
+ set_option_value_give_err("paste", !p_paste, NULL, 0);
if (!(State & MODE_INSERT)) {
msg_col = 0;
msg_row = Rows - 1;