mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de> Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
This commit is contained in:
@@ -3396,10 +3396,9 @@ linenr_T diff_lnum_win(linenr_T lnum, win_T *wp)
|
||||
return n;
|
||||
}
|
||||
|
||||
///
|
||||
/// Handle an ED style diff line.
|
||||
/// Return FAIL if the line does not contain diff info.
|
||||
///
|
||||
/// @return FAIL if the line does not contain diff info.
|
||||
static int parse_diff_ed(char *line, diffhunk_T *hunk)
|
||||
{
|
||||
int l1, l2;
|
||||
|
Reference in New Issue
Block a user