vim-patch:7.4.2013, vim-patch:7.4.2014

vim-patch:7.4.2013

Problem:    Using "noinsert" in 'completeopt' breaks redo.
Solution:   Set compl_curr_match. (Shougo, closes vim/vim#874)

67081e5061

vim-patch:7.4.2014

Problem:    Using "noinsert" in 'completeopt' does not insert match.
Solution:   Set compl_enter_selects. (Shougo, closes #875)

32b808a4bd
This commit is contained in:
Shougo Matsushita
2016-07-23 11:23:00 +09:00
committed by Justin M. Keyes
parent 2cd3a2d1d8
commit 172cf079c7
4 changed files with 35 additions and 2 deletions

View File

@@ -261,8 +261,8 @@ static int included_patches[] = {
// 2017,
// 2016 NA
// 2015,
// 2014,
// 2013,
2014,
2013,
// 2012,
// 2011,
// 2010,