diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-04-21 06:00:55 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-04-22 07:19:25 +0900 |
commit | e57238a644cf24f3130caf7d557a081bbd89df4a (patch) | |
tree | 9f09cef5cbbc7f4b7cbec762bc7b99b589db35d9 /src/nvim/version.c | |
parent | cef624ee9e14bf15598219d96f65a6e4932eb935 (diff) | |
download | rneovim-e57238a644cf24f3130caf7d557a081bbd89df4a.tar.gz rneovim-e57238a644cf24f3130caf7d557a081bbd89df4a.tar.bz2 rneovim-e57238a644cf24f3130caf7d557a081bbd89df4a.zip |
vim-patch:7.4.1753
Problem: "noinsert" in 'completeopt' is sometimes ignored.
Solution: Set the variables when the 'completeopt' was set. (Ozaki Kiichi)
https://github.com/vim/vim/commit/c020042083b9c0a4e932b562c3bef97c76328e18
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 5ead7cecbe..d6d22ef3f4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -70,6 +70,7 @@ static char *features[] = { // clang-format off static int included_patches[] = { 1755, + 1753, 1654, 1652, 1643, |