commit | d5e8c92816f35ea1a9298084238a08f35958baa6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 21:10:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 21:10:01 2021 +0100 |
tree | 8d6777071a59e4433b2f01f1cbf10ad426c405bf | |
parent | e7bebc495d4014d7bc81f863939c35268cb8e97d [diff] [blame] |
patch 8.2.2452: no completion for the 'filetype' option Problem: No completion for the 'filetype' option. Solution: Add filetype completion. (Martin Tournoij, closes #7747)
diff --git a/src/version.c b/src/version.c index cc8c728..c5f21db 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2452, +/**/ 2451, /**/ 2450,