diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-07-07 14:57:50 +0800 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-07-13 23:09:03 -0400 |
commit | 04de6a64e2f7b3b235acd4ab779bfed30e59451f (patch) | |
tree | dfaed4439bfd21febf94e05e9c8d0a703f528dbe /src/nvim/version.c | |
parent | f746e38955f33dfdcc0dbdb40efaae82fb4b4c12 (diff) | |
download | rneovim-04de6a64e2f7b3b235acd4ab779bfed30e59451f.tar.gz rneovim-04de6a64e2f7b3b235acd4ab779bfed30e59451f.tar.bz2 rneovim-04de6a64e2f7b3b235acd4ab779bfed30e59451f.zip |
vim-patch:7.4.2189
https://github.com/vim/vim/commit/f71d7b9ee5ceba75f70c30845332ddd728fd16c6
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 9 22:14:05 2016 +0200
patch 7.4.2189
Problem: Cannot detect encoding in a fifo.
Solution: Extend the stdin way of detecting encoding to fifo. Add a test
for detecting encoding on stdin and fifo. (Ken Takata)
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 0713684303..ec4a804f2e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -255,7 +255,7 @@ static const int included_patches[] = { // 2192 NA // 2191 NA 2190, - // 2189, + 2189, 2188, 2187, // 2186 NA |