view runtime/ftoff.vim @ 14206:f2ab259ef88a v8.1.0120

patch 8.1.0120: buffer 'modified' set even when :sort has no changes commit https://github.com/vim/vim/commit/dc9e955fb07f410d5d3e981ce18d895dd2847c85 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 28 11:28:08 2018 +0200 patch 8.1.0120: buffer 'modified' set even when :sort has no changes Problem: Buffer 'modified' set even when :sort has no changes. Solution: Only set 'modified' when lines are moved. (Jason Franklin)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jun 2018 11:30:07 +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 *