mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:7.4.2023
Problem: buflist_findname_stat() may find a dummy buffer. Solution: Set the BF_DUMMY flag after loading a dummy buffer. Start finding buffers from the end of the list. NOTE: In Neovim, buflist_findname_stat() was replaced by buflist_findname_file_id() inc41535d69
.ea3f2e7be4
This commit is contained in:
@@ -416,8 +416,8 @@ static int included_patches[] = {
|
||||
// 2027 NA
|
||||
// 2026 NA
|
||||
// 2025 NA
|
||||
// 2024,
|
||||
// 2023,
|
||||
2024,
|
||||
2023,
|
||||
2022,
|
||||
2021,
|
||||
// 2020 NA
|
||||
|
Reference in New Issue
Block a user