fixup! vim-patch:8.1.2388: using old C style comments

This commit is contained in:
Dundar Göc 2021-10-16 17:53:03 +02:00
parent 88ef0d3de4
commit 4476d4ef17

View File

@ -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
}
}