comment typo
This commit is contained in:
+1
-1
@@ -782,7 +782,7 @@ getpos(coord *ccp, boolean force, const char *goal)
|
|||||||
} else {
|
} else {
|
||||||
c = readchar_poskey(&tx, &ty, &sidx);
|
c = readchar_poskey(&tx, &ty, &sidx);
|
||||||
/* remember_getpos is normally False because reusing the
|
/* 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 */
|
thing to do, but caller could set it if that was needed */
|
||||||
if (iflags.remember_getpos && !g.in_doagain)
|
if (iflags.remember_getpos && !g.in_doagain)
|
||||||
cmdq_add_key(CQ_REPEAT, c);
|
cmdq_add_key(CQ_REPEAT, c);
|
||||||
|
|||||||
Reference in New Issue
Block a user