mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
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:

committed by
Justin M. Keyes

parent
2cd3a2d1d8
commit
172cf079c7
@@ -261,8 +261,8 @@ static int included_patches[] = {
|
||||
// 2017,
|
||||
// 2016 NA
|
||||
// 2015,
|
||||
// 2014,
|
||||
// 2013,
|
||||
2014,
|
||||
2013,
|
||||
// 2012,
|
||||
// 2011,
|
||||
// 2010,
|
||||
|
Reference in New Issue
Block a user