Mercurial > vim
comparison src/version.c @ 9826:f17ba1c9d209 v7.4.2188
commit https://github.com/vim/vim/commit/c9fb77c69244870a97384152f20845665c19fe39
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 9 21:51:40 2016 +0200
patch 7.4.2188
Problem: Completion does not work properly with some plugins.
Solution: Revert the part related to typing CTRL-E. (closes https://github.com/vim/vim/issues/972)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 09 Aug 2016 22:00:07 +0200 |
parents | 0524e72c9023 |
children | e84e45786691 |
comparison
equal
deleted
inserted
replaced
9825:9942f894e709 | 9826:f17ba1c9d209 |
---|---|
761 NULL | 761 NULL |
762 }; | 762 }; |
763 | 763 |
764 static int included_patches[] = | 764 static int included_patches[] = |
765 { /* Add new patch number below this line */ | 765 { /* Add new patch number below this line */ |
766 /**/ | |
767 2188, | |
766 /**/ | 768 /**/ |
767 2187, | 769 2187, |
768 /**/ | 770 /**/ |
769 2186, | 771 2186, |
770 /**/ | 772 /**/ |