diff options
author | Lech Lorens <lech.lorens@gmail.com> | 2015-03-10 02:05:47 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-13 17:25:04 -0400 |
commit | bdbbdb5888e18025b0f95849a88fe6cb53454183 (patch) | |
tree | dbe2908863d630a9cf76685e5df4462caf77b80b /src/nvim/version.c | |
parent | dda914fd6a94237dab1d43f6a5113602e6b73304 (diff) | |
download | rneovim-bdbbdb5888e18025b0f95849a88fe6cb53454183.tar.gz rneovim-bdbbdb5888e18025b0f95849a88fe6cb53454183.tar.bz2 rneovim-bdbbdb5888e18025b0f95849a88fe6cb53454183.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 2c819c6f42..4d25c63111 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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, |