commit | 2d02839050a2557bf36dab37ccd9f92168a757d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 18:28:22 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 18:28:22 2017 +0100 |
tree | abc07fdc4481657a1a0739f6dcc006c3cca51df5 | |
parent | 453b576ee5d32e9b8e6876712748ae01f9be68dd [diff] [blame] |
patch 8.0.0157: no completion for :syntax spell and :syntax sync Problem: No command line completion for ":syntax spell" and ":syntax sync". Solution: Implement the completion. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 350b4ad..824a292 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 157, +/**/ 156, /**/ 155,