1
0
forked from aniani/vim

patch 7.4.2251

Problem:    In rare cases diffing 4 buffers is not enough.
Solution:   Raise the limit to 8. (closes #1000)
This commit is contained in:
Bram Moolenaar
2016-08-24 22:34:33 +02:00
parent 5b30291785
commit 015efc32c1
3 changed files with 7 additions and 5 deletions

View File

@@ -2296,7 +2296,7 @@ struct file_buffer
/*
* Stuff for diff mode.
*/
# define DB_COUNT 4 /* up to four buffers can be diff'ed */
# define DB_COUNT 8 /* up to eight buffers can be diff'ed */
/*
* Each diffblock defines where a block of lines starts in each of the buffers