view runtime/ftplugof.vim @ 11702:48a95b916781 v8.0.0734

patch 8.0.0734: the script to check translations can be improved commit https://github.com/vim/vim/commit/7f93703149a46980f1588ff6b819f52e13084141 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 19 14:34:42 2017 +0200 patch 8.0.0734: the script to check translations can be improved Problem: The script to check translations can be improved. Solution: Restore the view when no errors are found. Check for matching line break at the end of the message. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Wed, 19 Jul 2017 14:45:03 +0200
parents 49b08c9b9f5b
children 179c118424a6
line wrap: on
line source

" Vim support file to switch off loading plugins for file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2011 Oct 20

if exists("did_load_ftplugin")
  unlet did_load_ftplugin
endif

" Remove all autocommands in the filetypeplugin group, if any exist.
if exists("#filetypeplugin")
  silent! au! filetypeplugin *
endif