diff options
Diffstat (limited to 'src/nvim/mapping.c')
| -rw-r--r-- | src/nvim/mapping.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/mapping.c b/src/nvim/mapping.c index 3d823f6f51..c9b8763354 100644 --- a/src/nvim/mapping.c +++ b/src/nvim/mapping.c @@ -302,6 +302,7 @@ static bool set_maparg_lhs_rhs(const char *const orig_lhs, const size_t orig_lhs const LuaRef rhs_lua, const char *const cpo_val, MapArguments *const mapargs) { + mapargs->rhs_lua = rhs_lua; char lhs_buf[128]; // If mapping has been given as ^V<C_UP> say, then replace the term codes |
