Mercurial > vim
comparison src/version.c @ 6931:f587f6857010 v7.4.784
patch 7.4.784
Problem: Using both "noinsert" and "noselect" in 'completeopt' does not
work properly.
Solution: Change the ins_complete() calls. (Ozaki Kiichi)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 17 Jul 2015 13:42:23 +0200 |
parents | e55929fca0cf |
children | 62ba356c2d4e |
comparison
equal
deleted
inserted
replaced
6930:7788aaca5954 | 6931:f587f6857010 |
---|---|
739 NULL | 739 NULL |
740 }; | 740 }; |
741 | 741 |
742 static int included_patches[] = | 742 static int included_patches[] = |
743 { /* Add new patch number below this line */ | 743 { /* Add new patch number below this line */ |
744 /**/ | |
745 784, | |
744 /**/ | 746 /**/ |
745 783, | 747 783, |
746 /**/ | 748 /**/ |
747 782, | 749 782, |
748 /**/ | 750 /**/ |