commit | 015efc32c1add6269099364835ddf85ff257b3c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 22:34:33 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 22:34:33 2016 +0200 |
tree | d32524d1add71c48e94290fad6430af25dc99a16 | |
parent | 5b30291785e6b9be1a607504c14bd03c601b59a6 [diff] [blame] |
patch 7.4.2251 Problem: In rare cases diffing 4 buffers is not enough. Solution: Raise the limit to 8. (closes #1000)
diff --git a/src/structs.h b/src/structs.h index 1dfe131..e559220 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -2296,7 +2296,7 @@ /* * 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