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:
dundargoc
2021-10-20 21:19:14 +02:00
committed by GitHub
parent c5525f265b
commit 81717d2461
5 changed files with 5 additions and 5 deletions

View File

@@ -363,7 +363,7 @@ EXTERN int t_colors INIT(= 256); // int value of T_CCO
// a match within one line), search_match_endcol the column number of the
// character just after the match in the last line.
EXTERN bool highlight_match INIT(= false); // show search match pos
EXTERN linenr_T search_match_lines; // lines of of matched string
EXTERN linenr_T search_match_lines; // lines of matched string
EXTERN colnr_T search_match_endcol; // col nr of match end
EXTERN linenr_T search_first_line INIT(= 0); // for :{FIRST},{last}s/pat
EXTERN linenr_T search_last_line INIT(= MAXLNUM); // for :{first},{LAST}s/pat