From 4476d4ef171bf38a1c5a9e247606f2225b510f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Sat, 16 Oct 2021 17:53:03 +0200 Subject: [PATCH] fixup! vim-patch:8.1.2388: using old C style comments --- src/nvim/mark.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nvim/mark.c b/src/nvim/mark.c index 2bbe2788d3..57532c9cac 100644 --- a/src/nvim/mark.c +++ b/src/nvim/mark.c @@ -434,9 +434,8 @@ pos_T *getmark_buf_fnum(buf_T *buf, int c, bool changefile, int *fnum) } pos_copy.lnum = -1; // can't get file } else { - pos_copy.lnum = 0; // mark exists, but is not valid in + pos_copy.lnum = 0; // mark exists, but is not valid in current buffer } - // current buffer } }