mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
vim-patch:8.1.2243: typos in comments (#16104)
Problem: Typos in comments.
Solution: Fix the typos. (Dominique Pelle, closes vim/vim#5160) Also adjust
formatting a bit.
32aa10203b
This commit is contained in:
@@ -391,7 +391,7 @@ static void diff_mark_adjust_tp(tabpage_T *tp, int idx, linenr_T line1, linenr_T
|
||||
off = 0;
|
||||
|
||||
if (last < line2) {
|
||||
// 2. delete at end of of diff
|
||||
// 2. delete at end of diff
|
||||
dp->df_count[idx] -= last - lnum_deleted + 1;
|
||||
|
||||
if ((dp->df_next != NULL)
|
||||
|
Reference in New Issue
Block a user