mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
lint
This commit is contained in:
@@ -5235,7 +5235,7 @@ static void nv_gotofile(cmdarg_T *cap)
|
||||
}
|
||||
setpcmark();
|
||||
(void)do_ecmd(0, ptr, NULL, NULL, ECMD_LAST,
|
||||
buf_hide(curbuf) ? ECMD_HIDE : 0, curwin);
|
||||
buf_hide(curbuf) ? ECMD_HIDE : 0, curwin);
|
||||
if (cap->nchar == 'F' && lnum >= 0) {
|
||||
curwin->w_cursor.lnum = lnum;
|
||||
check_cursor_lnum();
|
||||
|
Reference in New Issue
Block a user