commit | bbd9fd7353187ab888d5cd222b11662fa3d26de0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 13:15:03 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 13:15:03 2011 +0100 |
tree | 2c1de65b429e970221c9427f7f176a4e8c3cca60 | |
parent | 265116a99a01249f62041a9438bb3b7ece7cfeac [diff] [blame] |
updated for version 7.3.384 Problem: Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary completion. Solution: Add CTRL-K to the list of recognized keys. (James McCoy)
diff --git a/src/version.c b/src/version.c index 4445c65..e57a4cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 384, +/**/ 383, /**/ 382,