commit | 7522f6982197f83a5c0f6e9af07fb713934f824a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 14:12:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 14:12:50 2016 +0200 |
tree | 83081f448c1fa8a0730e5f0ae8d31a13d9582cdf | |
parent | 7ab6defcafe017a3ad58580a3e56dab705b1ed8b [diff] [blame] |
patch 7.4.2162 Problem: Result of getcompletion('', 'sign') depends on previous completion. Solution: Call set_context_in_sign_cmd(). (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index e68df1f..bd2b16c 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2162, +/**/ 2161, /**/ 2160,