mirror of
https://github.com/neovim/neovim.git
synced 2024-12-22 20:25:16 -07:00
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:
parent
ee7ac469c6
commit
138480939a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user