From 0a29267514c57c438d68a3d5599bfada41363b24 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 3 Aug 2022 21:50:14 +0800 Subject: fix(completion): remove wrong FUNC_ATTR_NONNULL_ALL (#19627) --- src/nvim/insexpand.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c index 2fc8f1dadc..a64d8e8f00 100644 --- a/src/nvim/insexpand.c +++ b/src/nvim/insexpand.c @@ -825,7 +825,6 @@ static void ins_compl_longest_match(compl_T *match) /// Add an array of matches to the list of matches. /// Frees matches[]. static void ins_compl_add_matches(int num_matches, char **matches, int icase) - FUNC_ATTR_NONNULL_ALL { int add_r = OK; Direction dir = compl_direction; -- cgit