mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
@@ -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
|
||||
|
@@ -191,7 +191,7 @@ static int included_patches[] = {
|
||||
// 2254 NA
|
||||
// 2253 NA
|
||||
// 2252 NA
|
||||
// 2251,
|
||||
2251,
|
||||
// 2250,
|
||||
// 2249,
|
||||
// 2248,
|
||||
|
Reference in New Issue
Block a user