commit | cf5fdf7d1689ecb145b634dcb9c6e9fc60f63869 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 23:05:51 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 23:05:51 2017 +0100 |
tree | a5b52e8489182880d05a45ae2bd9dd7607b4f6c5 | |
parent | a0107bdf8762d81cb49909ef02ffff9954092fb6 [diff] [blame] |
patch 8.0.0402: :map completion does not have <special> Problem: :map completion does not have <special>. (Dominique Pelle) Solution: Recognize <special> in completion. Add a test.
diff --git a/src/version.c b/src/version.c index 932132d..e109687 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 402, +/**/ 401, /**/ 400,