diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-10 20:15:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 20:15:44 -0700 |
commit | b735583377bf5c15a7bd5e910e4ae9fa833c1e42 (patch) | |
tree | c2a33c7597b8122aeae26b82fa759d11efa3aa84 /src/nvim/regexp.c | |
parent | 7bb858c39cac9b9af321fc90470c91d2e31ed96e (diff) | |
parent | 2ed7cda8cd0fe7dd29fa7879a7bf6df9256d38cd (diff) | |
download | rneovim-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.c | 1 |
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; |