mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
vim-patch:7.4.637 #2126
Problem: Incorrectly read the number of buffer for which an autocommand should be registered. Solution: Reverse check for "<buffer=abuf>". (Lech Lorens) https://code.google.com/p/vim/source/detail?r=v7-4-637
This commit is contained in:

committed by
Justin M. Keyes

parent
dda914fd6a
commit
bdbbdb5888
@@ -178,6 +178,44 @@ static char *(features[]) = {
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
//658,
|
||||
//657,
|
||||
//656,
|
||||
//655,
|
||||
//654,
|
||||
//653,
|
||||
//652,
|
||||
//651,
|
||||
//650,
|
||||
//649,
|
||||
//648,
|
||||
//647,
|
||||
//646,
|
||||
//645,
|
||||
//644,
|
||||
//643,
|
||||
//642,
|
||||
//641,
|
||||
//640,
|
||||
//639,
|
||||
//638,
|
||||
637,
|
||||
//636,
|
||||
//635,
|
||||
//634,
|
||||
//633,
|
||||
//632,
|
||||
//631,
|
||||
//630,
|
||||
//629,
|
||||
//628,
|
||||
//627,
|
||||
//626,
|
||||
//625,
|
||||
//624,
|
||||
//623,
|
||||
//622,
|
||||
//621,
|
||||
//620,
|
||||
//619,
|
||||
//618,
|
||||
|
Reference in New Issue
Block a user