diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-21 07:31:42 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-23 18:17:08 -0400 |
commit | 8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d (patch) | |
tree | 4bcbcff16025714749f6aacd21a7edabb54ed16f /src/nvim/misc1.c | |
parent | 83ef740e150c5f29bd8ed92681d892160474fd7f (diff) | |
download | rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.tar.gz rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.tar.bz2 rneovim-8bc365c886ecd9ba502dc0d4a7b46ec9bc92387d.zip |
lint
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r-- | src/nvim/misc1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index 4e47311dda..6738e59bb2 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -1765,6 +1765,7 @@ del_lines ( } int gchar_pos(pos_T *pos) + FUNC_ATTR_NONNULL_ARG(1) { // When searching columns is sometimes put at the end of a line. if (pos->col == MAXCOL) { |