forked from aniani/vim
patch 9.1.0849: there are a few typos in the source
Problem: there are a few typos in the source. Solution: Correct typos (zeertzjq). closes: #16026 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
5b63b236a0
commit
7c5152826f
@@ -2743,7 +2743,7 @@ do_ecmd(
|
||||
}
|
||||
if (buf == NULL)
|
||||
goto theend;
|
||||
// autocommands try to edit a file that is goind to be removed,
|
||||
// autocommands try to edit a file that is going to be removed,
|
||||
// abort
|
||||
if (buf_locked(buf))
|
||||
{
|
||||
|
Reference in New Issue
Block a user