vim-patch:7.4.2251

Problem:    In rare cases diffing 4 buffers is not enough.
Solution:   Raise the limit to 8. (closes vim/vim#1000)

015efc32c1
This commit is contained in:
Shougo Matsushita
2016-11-16 08:25:25 +09:00
parent c91e9c1c7a
commit 458b1fc0e7
3 changed files with 6 additions and 6 deletions

View File

@@ -771,7 +771,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 four buffers can be diff'ed */
/*
* Each diffblock defines where a block of lines starts in each of the buffers