comparison src/globals.h @ 20861:1725bb56178a v8.2.0982

patch 8.2.0982: insufficient testing for reading/writing files Commit: https://github.com/vim/vim/commit/b340baed9f7fc1c19a0742e2214d54982190c15e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 15 19:51:56 2020 +0200 patch 8.2.0982: insufficient testing for reading/writing files Problem: Insufficient testing for reading/writing files. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6257) Add "ui_delay" to test_override() and use it for the CTRL-O test.
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Jun 2020 20:00:05 +0200
parents 0600ab7b9f09
children 69055d27e85e
comparison
equal deleted inserted replaced
20860:2665521ed2cd 20861:1725bb56178a
1839 EXTERN int disable_char_avail_for_testing INIT(= FALSE); 1839 EXTERN int disable_char_avail_for_testing INIT(= FALSE);
1840 EXTERN int disable_redraw_for_testing INIT(= FALSE); 1840 EXTERN int disable_redraw_for_testing INIT(= FALSE);
1841 EXTERN int ignore_redraw_flag_for_testing INIT(= FALSE); 1841 EXTERN int ignore_redraw_flag_for_testing INIT(= FALSE);
1842 EXTERN int nfa_fail_for_testing INIT(= FALSE); 1842 EXTERN int nfa_fail_for_testing INIT(= FALSE);
1843 EXTERN int no_query_mouse_for_testing INIT(= FALSE); 1843 EXTERN int no_query_mouse_for_testing INIT(= FALSE);
1844 EXTERN int ui_delay_for_testing INIT(= 0);
1844 EXTERN int reset_term_props_on_termresponse INIT(= FALSE); 1845 EXTERN int reset_term_props_on_termresponse INIT(= FALSE);
1845 1846
1846 EXTERN int in_free_unref_items INIT(= FALSE); 1847 EXTERN int in_free_unref_items INIT(= FALSE);
1847 #endif 1848 #endif
1848 1849