| commit | ba47b51ff88d91c9bb5aa522183e23a656865697 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 21:18:19 2017 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 21:18:19 2017 +0100 |
| tree | 5075a44098ac6b8e0e95a11c34c6054e69fb3415 | |
| parent | 6a717f17ec6b09634be1c29e0ac4c35213f7b32d [diff] [blame] |
patch 8.0.0237: when 'wildoptions' is "tagfile" completion may not work
Problem: When setting wildoptions=tagfile the completion context is not set
correctly. (desjardins)
Solution: Check for EXPAND_TAGS_LISTFILES. (Christian Brabandt, closes #1399)
diff --git a/src/version.c b/src/version.c index 684a244..68ea529 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 237, +/**/ 236, /**/ 235,