vim-patch:8.2.0025: repeated word in comment (#11586)

Problem:    Repeated word in comment.
Solution:   Remove one. (Rene Nyffenegger, closes vim/vim#5384)
fe72d08400
This commit is contained in:
Jan Edmund Lazo 2019-12-21 07:55:15 -05:00 committed by Daniel Hahler
parent ee7ac469c6
commit 138480939a
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ typedef int scid_T;
/// Format argument for scid_T
#define PRIdSCID "d"
// SCript ConteXt (SCTX): identifies a script script line.
// SCript ConteXt (SCTX): identifies a script line.
// When sourcing a script "sc_lnum" is zero, "sourcing_lnum" is the current
// line number. When executing a user function "sc_lnum" is the line where the
// function was defined, "sourcing_lnum" is the line number inside the