diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-06-24 02:35:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 02:35:25 +0200 |
commit | 7d604a1e6158cda79f7ac485e0ef0e349014f8bf (patch) | |
tree | 4234b4bc08bfa6023b91f385642d899266bc825a /src/nvim/misc1.c | |
parent | 9fd4a0b52697db053143f51822e68da95c6886aa (diff) | |
parent | fa3db26f100bcb1c27b62b491bd63aed0800795b (diff) | |
download | rneovim-7d604a1e6158cda79f7ac485e0ef0e349014f8bf.tar.gz rneovim-7d604a1e6158cda79f7ac485e0ef0e349014f8bf.tar.bz2 rneovim-7d604a1e6158cda79f7ac485e0ef0e349014f8bf.zip |
Merge #10294 from janlazo/vim-8.0.1239
vim-patch:8.0.1239,8.1.{112,125,165,166,167,169,181,242,270,272,747,850,853,1519}
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) { |