commit | 8f77c5a4ec756f3f866bd6b18feb6fca6f2a2e91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 14:21:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 14:21:00 2017 +0200 |
tree | 48a645ee138141d4796142c8d50192dad33ff55a | |
parent | a21ccb7a974a96550c5cd99c4633e166d2083172 [diff] [blame] |
patch 8.0.0590: cannot add a context to locations Problem: Cannot add a context to locations. Solution: Add the "context" entry in location entries. (Yegappan Lakshmanan, closes #1012)
diff --git a/src/version.c b/src/version.c index 200ace0..3177f77 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 590, +/**/ 589, /**/ 588,