Mercurial > vim
comparison src/version.c @ 10291:d9bd03a0d70f v8.0.0042
commit https://github.com/vim/vim/commit/cbd3bd6cbed5baf418b037b17ad46e339ff59174
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Oct 17 20:47:02 2016 +0200
patch 8.0.0042
Problem: When using Insert mode completion with 'completeopt' containing
"noinsert" change is not saved for undo. (Tommy Allen)
Solution: Call stop_arrow() before inserting for pressing Enter.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 17 Oct 2016 21:00:04 +0200 |
parents | af5b6efad23f |
children | 0bf1d211e441 |
comparison
equal
deleted
inserted
replaced
10290:a15146e38150 | 10291:d9bd03a0d70f |
---|---|
762 NULL | 762 NULL |
763 }; | 763 }; |
764 | 764 |
765 static int included_patches[] = | 765 static int included_patches[] = |
766 { /* Add new patch number below this line */ | 766 { /* Add new patch number below this line */ |
767 /**/ | |
768 42, | |
767 /**/ | 769 /**/ |
768 41, | 770 41, |
769 /**/ | 771 /**/ |
770 40, | 772 40, |
771 /**/ | 773 /**/ |