[meld] Bump inline highlighting size limit slightly
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Bump inline highlighting size limit slightly
- Date: Mon, 22 Apr 2013 21:17:44 +0000 (UTC)
commit 92cb9a82f1d3a89402247181d57c5d59e3e86854
Author: Kai Willadsen <kai willadsen gmail com>
Date: Tue Apr 23 07:14:50 2013 +1000
Bump inline highlighting size limit slightly
meld/filediff.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meld/filediff.py b/meld/filediff.py
index ae9c560..045a2c3 100644
--- a/meld/filediff.py
+++ b/meld/filediff.py
@@ -1255,7 +1255,7 @@ class FileDiff(melddoc.MeldDoc, gnomeglade.Component):
textn = text_type(textn, 'utf8')
# Bail on long sequences, rather than try a slow comparison
- inline_limit = 8000
+ inline_limit = 10000
if len(text1) + len(textn) > inline_limit and \
not self.force_highlight:
for i in range(2):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]