#include "nvim/eval.h"
#include "nvim/eval/executor.h"
#include "nvim/eval/typval.h"
#include "nvim/globals.h"
#include "nvim/message.h"
#include "nvim/vim.h"
Functions | |
int | eexe_mod_op (typval_T *const tv1, const typval_T *const tv2, const char *const op) FUNC_ATTR_NONNULL_ALL FUNC_ATTR_NO_SANITIZE_UNDEFINED |
Variables | |
char * | e_listidx = N_("E684: list index out of range: %" PRId64) |
Handle tv1 += tv2, -=, *=, /=, %=, .=
[in,out] | tv1 | First operand, modified typval. |
[in] | tv2 | Second operand. |
[in] | op | Used operator. |