Mercurial > vim
comparison src/version.c @ 13210:c1534eb682a6 v8.0.1479
patch 8.0.1479: insert mode completion state is confusing
commit https://github.com/vim/vim/commit/bc0e9adae9c253f36803665180e4b576d1e725ab
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 9 12:13:34 2018 +0100
patch 8.0.1479: insert mode completion state is confusing
Problem: Insert mode completion state is confusing.
Solution: Move ctrl_x_mode into edit.c. Add CTRL_X_NORMAL for zero.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 09 Feb 2018 12:15:05 +0100 |
parents | e96663c35bab |
children | a80490493c6b |
comparison
equal
deleted
inserted
replaced
13209:f3e7d314d8d8 | 13210:c1534eb682a6 |
---|---|
769 NULL | 769 NULL |
770 }; | 770 }; |
771 | 771 |
772 static int included_patches[] = | 772 static int included_patches[] = |
773 { /* Add new patch number below this line */ | 773 { /* Add new patch number below this line */ |
774 /**/ | |
775 1479, | |
774 /**/ | 776 /**/ |
775 1478, | 777 1478, |
776 /**/ | 778 /**/ |
777 1477, | 779 1477, |
778 /**/ | 780 /**/ |