aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-10-17 08:52:40 +0200
committerGitHub <noreply@github.com>2022-10-17 08:52:40 +0200
commit042eb74ff1ed63d79f8a642649cd6be6ec4b0eb9 (patch)
tree6205f02b6bc84742b04e83544e2accd88f37670b /src
parent9701c9dc9f157c4d09d1783aab9913d05b0d73b1 (diff)
downloadrneovim-042eb74ff1ed63d79f8a642649cd6be6ec4b0eb9.tar.gz
rneovim-042eb74ff1ed63d79f8a642649cd6be6ec4b0eb9.tar.bz2
rneovim-042eb74ff1ed63d79f8a642649cd6be6ec4b0eb9.zip
feat(runtime)!: remove filetype.vim (#20428)
Made obsolete by now graduated `filetype.lua` (enabled by default). Note that changes or additions to the filetype detection still need to be made through a PR to vim/vim as we port the _logic_ as well as tests.
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_legacy_filetype.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/testdir/test_legacy_filetype.vim b/src/nvim/testdir/test_legacy_filetype.vim
deleted file mode 100644
index 772faaadb0..0000000000
--- a/src/nvim/testdir/test_legacy_filetype.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-let g:do_legacy_filetype = 1
-filetype on
-
-source test_filetype.vim