diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-09-11 12:59:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 12:59:30 +0200 |
commit | 521817ee76a17562a3b97dc47a277cf3a82fcd09 (patch) | |
tree | 7123ef146e0f8318a3972e32b9c5420e055ce896 /runtime/filetype.vim | |
parent | 086631cd92d7b60f122963f9fd1779583b19004c (diff) | |
parent | c58a667e57d8dd84bbbd3ba1ddafb6a603b7b37b (diff) | |
download | rneovim-521817ee76a17562a3b97dc47a277cf3a82fcd09.tar.gz rneovim-521817ee76a17562a3b97dc47a277cf3a82fcd09.tar.bz2 rneovim-521817ee76a17562a3b97dc47a277cf3a82fcd09.zip |
Merge pull request #15619 from clason/vim-90df4b9d4234
vim-patch:90df4b9d4234
chore(vim-patch): add doc/vim9.txt to unwanted files
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index c9eca870c2..7358f8f2b3 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2021 Jun 13 +" Last Change: 2021 Jul 03 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |