comparison src/main.c @ 34763:82e65843c29d v9.1.0259

patch 9.1.0259: Normal mode TextChanged isn't tested properly Commit: https://github.com/vim/vim/commit/c422662933275484e61af79d8148898337a5c38e Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Apr 3 22:38:07 2024 +0200 patch 9.1.0259: Normal mode TextChanged isn't tested properly 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>
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Apr 2024 22:45:09 +0200
parents def9fc5c92d1
children 2d7721a4d213
comparison
equal deleted inserted replaced
34762:9226c9349780 34763:82e65843c29d
1096 #endif 1096 #endif
1097 && !global_busy; 1097 && !global_busy;
1098 } 1098 }
1099 1099
1100 /* 1100 /*
1101 * Trigger SafeState if currently in s safe state, that is "safe" is TRUE and 1101 * Trigger SafeState if currently in a safe state, that is "safe" is TRUE and
1102 * there is no typeahead. 1102 * there is no typeahead.
1103 */ 1103 */
1104 void 1104 void
1105 may_trigger_safestate(int safe) 1105 may_trigger_safestate(int safe)
1106 { 1106 {