view runtime/ftoff.vim @ 12425:29d21591ad6b v8.0.1092

patch 8.0.1092: terminal debugger can't evaluate expressions commit https://github.com/vim/vim/commit/45d5f26d11d9aac2383453d2c1a8582cad1c8a3d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 10 19:14:31 2017 +0200 patch 8.0.1092: terminal debugger can't evaluate expressions Problem: Terminal debugger can't evaluate expressions. Solution: Add :Evaluate and K. Various other improvements.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2017 19:15:04 +0200
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 *