Mercurial > vim
view runtime/ftoff.vim @ 23219:7118d32f94a5 v8.2.2155
patch 8.2.2155: warning from Github actions for code analysis
Commit: https://github.com/vim/vim/commit/18f69229c581a0f738145cdec70df66723a518fc
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 18 13:15:20 2020 +0100
patch 8.2.2155: warning from Github actions for code analysis
Problem: Warning from Github actions for code analysis.
Solution: Remove the "git checkout HEAD^2" block.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 18 Dec 2020 13:30:04 +0100 |
parents | 3fc0f57ecb91 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim support file to switch off detection of file types " " Maintainer: Bram Moolenaar <Bram@vim.org> " Last change: 2001 Jun 11 if exists("did_load_filetypes") unlet did_load_filetypes endif " Remove all autocommands in the filetypedetect group silent! au! filetypedetect *