mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
fixup! vim-patch:8.1.2388: using old C style comments
This commit is contained in:
@@ -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
|
pos_copy.lnum = -1; // can't get file
|
||||||
} else {
|
} 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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user