Changed FIND_BRACKETS_LIMIT to 3000; 10000 is too much

master
Yevgen Muntyan 2006-03-29 02:03:52 -06:00
parent a50e97782c
commit e76e7a159f
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ moo_text_buffer_end_non_interactive_action (MooTextBuffer *buffer)
/* Matching brackets /* Matching brackets
*/ */
#define FIND_BRACKETS_LIMIT 10000 #define FIND_BRACKETS_LIMIT 3000
static void static void
emit_cursor_moved (MooTextBuffer *buffer, emit_cursor_moved (MooTextBuffer *buffer,