aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-08-15 17:20:07 +0300
committerZyX <kp-pav@yandex.ru>2015-10-08 22:00:45 +0300
commit804e0740964bf84891d798d36d82a5c7ffa462f2 (patch)
treea54514a6e40ce1119bb99ad9c26ade458a13f73d /src/nvim/ops.c
parent0d15b35d49fdc9872fb28b31c9ef521ef8ab044d (diff)
downloadrneovim-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.c2
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