diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-02-21 00:04:43 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-02-21 00:04:43 +0100 |
commit | 1d1f36b24ea601eb950865982e05b875aa702330 (patch) | |
tree | 94b9af10f5801fb3711088ee4f879e6995ae73c9 /extras/filetype.vim | |
parent | b77c5f11070ecb2ff343aa18b4ea859e6168f16c (diff) | |
download | vim-polyglot-4.17.1.tar.gz vim-polyglot-4.17.1.zip |
Use old version of vim repository, fixes #779v4.17.1
closes #780
Diffstat (limited to 'extras/filetype.vim')
-rw-r--r-- | extras/filetype.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/filetype.vim b/extras/filetype.vim index f9f1ae75..f6cb13a1 100644 --- a/extras/filetype.vim +++ b/extras/filetype.vim @@ -1547,9 +1547,6 @@ au BufNewFile,BufRead *.r,*.R call polyglot#ft#FTr() " Remind au BufNewFile,BufRead .reminders,*.remind,*.rem setf remind -" ReScript -au BufNewFile,BufRead *.res,*.resi setf rescript - " Resolv.conf au BufNewFile,BufRead resolv.conf setf resolv |