diff options
author | ZyX <kp-pav@yandex.ru> | 2015-08-15 17:20:07 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 22:00:45 +0300 |
commit | 804e0740964bf84891d798d36d82a5c7ffa462f2 (patch) | |
tree | a54514a6e40ce1119bb99ad9c26ade458a13f73d /src/nvim/ops.c | |
parent | 0d15b35d49fdc9872fb28b31c9ef521ef8ab044d (diff) | |
download | rneovim-804e0740964bf84891d798d36d82a5c7ffa462f2.tar.gz rneovim-804e0740964bf84891d798d36d82a5c7ffa462f2.tar.bz2 rneovim-804e0740964bf84891d798d36d82a5c7ffa462f2.zip |
eval,functests: Reference all additional_* items created by ShaDa
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r-- | src/nvim/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c index b3e889c0ec..f7219aba31 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -5330,7 +5330,7 @@ static inline bool reg_empty(const yankreg_T *const reg) /// @return Pointer that needs to be passed to next `op_register_iter` call or /// NULL if iteration is over. const void *op_register_iter(const void *const iter, char *const name, - yankreg_T *const reg) + yankreg_T *const reg) FUNC_ATTR_PURE FUNC_ATTR_NONNULL_ARG(2, 3) FUNC_ATTR_WARN_UNUSED_RESULT { const yankreg_T *iter_reg = (iter == NULL |