]> granicus.if.org Git - vim/commit
patch 8.2.2452: no completion for the 'filetype' option v8.2.2452
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2021 20:10:01 +0000 (21:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2021 20:10:01 +0000 (21:10 +0100)
commitd5e8c92816f35ea1a9298084238a08f35958baa6
tree8d6777071a59e4433b2f01f1cbf10ad426c405bf
parente7bebc495d4014d7bc81f863939c35268cb8e97d
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)
src/option.c
src/optiondefs.h
src/testdir/test_options.vim
src/version.c