mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:7.4.2017
Problem: When there are many errors adding them to the quickfix list takes
a long time.
Solution: Add BLN_NOOPT. Don't call buf_valid() in buf_copy_options().
Remember the last file name used. When going through the buffer
list start from the end of the list. Only call buf_valid() when
autocommands were executed.
8240433f48
This commit is contained in:
@@ -423,7 +423,7 @@ static int included_patches[] = {
|
||||
// 2020 NA
|
||||
2019,
|
||||
// 2018,
|
||||
// 2017,
|
||||
2017,
|
||||
// 2016 NA
|
||||
2015,
|
||||
2014,
|
||||
|
Reference in New Issue
Block a user