aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-10 20:15:44 -0700
committerGitHub <noreply@github.com>2019-09-10 20:15:44 -0700
commitb735583377bf5c15a7bd5e910e4ae9fa833c1e42 (patch)
treec2a33c7597b8122aeae26b82fa759d11efa3aa84 /src/nvim/regexp.c
parent7bb858c39cac9b9af321fc90470c91d2e31ed96e (diff)
parent2ed7cda8cd0fe7dd29fa7879a7bf6df9256d38cd (diff)
downloadrneovim-b735583377bf5c15a7bd5e910e4ae9fa833c1e42.tar.gz
rneovim-b735583377bf5c15a7bd5e910e4ae9fa833c1e42.tar.bz2
rneovim-b735583377bf5c15a7bd5e910e4ae9fa833c1e42.zip
Merge #10969 from janlazo/clang_pvs
Diffstat (limited to 'src/nvim/regexp.c')
-rw-r--r--src/nvim/regexp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/regexp.c b/src/nvim/regexp.c
index 06b99d0b75..37d71699dd 100644
--- a/src/nvim/regexp.c
+++ b/src/nvim/regexp.c
@@ -5522,6 +5522,7 @@ do_class:
* there is an error.
*/
static char_u *regnext(char_u *p)
+ FUNC_ATTR_NONNULL_ALL
{
int offset;