summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-03 22:38:07 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-03 22:38:07 +0200
commitc422662933275484e61af79d8148898337a5c38e (patch)
tree3499c4855473ce73060d671baef78adfc373cc9e /src/main.c
parentcb204e688e5c9d56a78b621ef27c35d91860cb09 (diff)
patch 9.1.0259: Normal mode TextChanged isn't tested properlyv9.1.0259
Problem: Normal mode TextChanged isn't tested properly. Solution: Combine Test_Changed_ChangedI() and Test_Changed_ChangedI_2() and also run it on Windows. Fix a typo in main.c. (zeertzjq) closes: #14396 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 770726f6d3..5a41a1a1a4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1098,7 +1098,7 @@ is_safe_now(void)
}
/*
- * Trigger SafeState if currently in s safe state, that is "safe" is TRUE and
+ * Trigger SafeState if currently in a safe state, that is "safe" is TRUE and
* there is no typeahead.
*/
void