commit | b650b9878e9f0ac6bb1b61230095ad9ab3850a33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 20:35:13 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 20:35:13 2016 +0200 |
tree | 90c76f7e825d472ea6c38b30cbaf8d61126f684d | |
parent | 46c4d4ac66aa2b129f4dcec9debfda606f72d4b3 [diff] [blame] |
patch 7.4.2158 Problem: Result of getcompletion('', 'cscope') depends on previous completion. (Christian Brabandt) Solution: Call set_context_in_cscope_cmd().
diff --git a/src/version.c b/src/version.c index c5511be..31aa1e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2158, +/**/ 2157, /**/ 2156,