Changed FIND_BRACKETS_LIMIT to 3000; 10000 is too much
parent
a50e97782c
commit
e76e7a159f
|
@ -1002,7 +1002,7 @@ moo_text_buffer_end_non_interactive_action (MooTextBuffer *buffer)
|
|||
/* Matching brackets
|
||||
*/
|
||||
|
||||
#define FIND_BRACKETS_LIMIT 10000
|
||||
#define FIND_BRACKETS_LIMIT 3000
|
||||
|
||||
static void
|
||||
emit_cursor_moved (MooTextBuffer *buffer,
|
||||
|
|
Loading…
Reference in New Issue