diff options
| author | Felipe Morales <hel.sheep@gmail.com> | 2015-01-20 11:10:54 -0300 |
|---|---|---|
| committer | Felipe Morales <hel.sheep@gmail.com> | 2015-04-28 23:08:32 -0300 |
| commit | 7e850a2f2aafa609457b9d6f6f637449d4113567 (patch) | |
| tree | de02b2af85df046a57b2981dfad3c4f50f94b75f /src/nvim/version.c | |
| parent | 838c9aa31d7ad996206dc7879b18c13b2f8c5555 (diff) | |
| download | rneovim-7e850a2f2aafa609457b9d6f6f637449d4113567.tar.gz rneovim-7e850a2f2aafa609457b9d6f6f637449d4113567.tar.bz2 rneovim-7e850a2f2aafa609457b9d6f6f637449d4113567.zip | |
vim-patch:7.4.585
Problem: Range for :bdelete does not work. (Ronald Schild)
Solution: Also allow unloaded buffers.
https://code.google.com/p/vim/source/detail?name=v7-4-585
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 84a01585fd..91de98270d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -194,7 +194,7 @@ static int included_patches[] = { //588, //587, //586 NA - //585, + 585, //584 NA //583 NA //582, |