diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-07-10 07:58:40 +0800 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-07-13 23:09:03 -0400 |
commit | 2999d7c0e89087f76711e914eb65af55578a6691 (patch) | |
tree | 6cfe164c90b6c31521cae5a31fd9eb475e6022cd /src/nvim/version.c | |
parent | 04de6a64e2f7b3b235acd4ab779bfed30e59451f (diff) | |
download | rneovim-2999d7c0e89087f76711e914eb65af55578a6691.tar.gz rneovim-2999d7c0e89087f76711e914eb65af55578a6691.tar.bz2 rneovim-2999d7c0e89087f76711e914eb65af55578a6691.zip |
vim-patch:7.4.2229
https://github.com/vim/vim/commit/f04507d132fbcb63999167ec006fc6e700b5af4f
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Aug 20 15:05:39 2016 +0200
patch 7.4.2229
Problem: Startup test fails on Solaris.
Solution: Recognize a character device. (Danek Duvall)
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 ec4a804f2e..09ee23e58f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -215,7 +215,7 @@ static const int included_patches[] = { // 2232 NA 2231, 2230, - // 2229, + 2229, 2228, 2227, 2226, |