diff options
| author | watiko <service@mail.watiko.net> | 2015-11-27 18:26:45 +0900 |
|---|---|---|
| committer | watiko <service@mail.watiko.net> | 2015-11-28 17:22:53 +0900 |
| commit | fe9d91ceb618528e0632874f9cdfa27ccf13a7b0 (patch) | |
| tree | 8f9947fb6231a2c350e650b07d091dea02245c72 /src/nvim/version.c | |
| parent | 09f6066bb48150566ba7f1f44ae4148deb0e02c0 (diff) | |
| download | rneovim-fe9d91ceb618528e0632874f9cdfa27ccf13a7b0.tar.gz rneovim-fe9d91ceb618528e0632874f9cdfa27ccf13a7b0.tar.bz2 rneovim-fe9d91ceb618528e0632874f9cdfa27ccf13a7b0.zip | |
vim-patch:7.4.790
Problem: Test fails when the autochdir feature is not available. Test
output contains the test script.
Solution: Check for the autochdir feature. (Kazunobu Kuriyama) Only write
the relevant test output.
https://github.com/vim/vim/commit/d113a80c77101e9f5723abb075882012753cf611
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 6bf443dbbf..b45d98aa37 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -206,7 +206,7 @@ static int included_patches[] = { 793, // 792, 791, - // 790, + 790, 789, // 788 NA 787, |
