summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-15 19:51:56 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-15 19:51:56 +0200
commitb340baed9f7fc1c19a0742e2214d54982190c15e (patch)
treefdddb599beb4c7b83df200516e63c98703004457 /src/globals.h
parent47a519a933e8bcaf703a5feaac5c01491a658ee3 (diff)
downloadvim-git-b340baed9f7fc1c19a0742e2214d54982190c15e.tar.gz
patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982
Problem: Insufficient testing for reading/writing files. Solution: Add more tests. (Yegappan Lakshmanan, closes #6257) Add "ui_delay" to test_override() and use it for the CTRL-O test.
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index f0b75e520..cb85bccc4 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1841,6 +1841,7 @@ EXTERN int disable_redraw_for_testing INIT(= FALSE);
EXTERN int ignore_redraw_flag_for_testing INIT(= FALSE);
EXTERN int nfa_fail_for_testing INIT(= FALSE);
EXTERN int no_query_mouse_for_testing INIT(= FALSE);
+EXTERN int ui_delay_for_testing INIT(= 0);
EXTERN int reset_term_props_on_termresponse INIT(= FALSE);
EXTERN int in_free_unref_items INIT(= FALSE);