diff options
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r-- | src/nvim/diff.c | 3 |
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; |