aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-10-29 09:02:32 +0100
committerGitHub <noreply@github.com>2023-10-29 16:02:32 +0800
commit2dc9ceb99c018b15dcf0c443cad46efecccaf94e (patch)
treef1850d042c6628949b52d16e53912dd14683b298 /src/nvim/diff.c
parent0da27e9bdec14acf82731c4d5e0ad7d673697af7 (diff)
downloadrneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.gz
rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.bz2
rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.zip
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de> Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index c76e6aaa2f..8516e33638 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -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;