mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
fixup! vim-patch:8.1.2388: using old C style comments
This commit is contained in:
parent
88ef0d3de4
commit
4476d4ef17
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user