comment typo

This commit is contained in:
PatR
2022-10-20 10:39:11 -07:00
parent fc0f05398e
commit 418fcd8764

View File

@@ -782,7 +782,7 @@ getpos(coord *ccp, boolean force, const char *goal)
} else {
c = readchar_poskey(&tx, &ty, &sidx);
/* remember_getpos is normally False because reusing the
current positioning during ^A is almost never the right
cursor positioning during ^A is almost never the right
thing to do, but caller could set it if that was needed */
if (iflags.remember_getpos && !g.in_doagain)
cmdq_add_key(CQ_REPEAT, c);