commit | 67081e50616ae9546621072c5eaaa59bd0a4bed7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 21:49:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 21:49:03 2016 +0200 |
tree | ea59d44c53e118e3c4faf8a79576755d0bbdcd2c | |
parent | 063b9d15abea041a5bfff3ffc4e219e26fd1d4fa [diff] [blame] |
patch 7.4.2013 Problem: Using "noinsert" in 'completeopt' breaks redo. Solution: Set compl_curr_match. (Shougo, closes #874)
diff --git a/src/version.c b/src/version.c index 39331b6..f1da7b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2013, +/**/ 2012, /**/ 2011,