mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
feat(diff): do not try external when out of memory
- Also merge diff_buf_idx_tp into diff_buf_idx.
This commit is contained in:

committed by
Lewis Russell

parent
ee5aaba215
commit
fd65422b99
@@ -739,8 +739,6 @@ struct file_buffer {
|
||||
|
||||
// The number for times the current line has been flushed in the memline.
|
||||
int flush_count;
|
||||
|
||||
int b_diff_failed; // internal diff failed for this buffer
|
||||
};
|
||||
|
||||
// Stuff for diff mode.
|
||||
|
Reference in New Issue
Block a user