view runtime/ftplugin/diff.vim @ 10965:c6125f350427

Added tag v8.0.0371 for changeset bcbda8ae5549eb11dbe142f3d9539f1651ddf188
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Feb 2017 21:45:05 +0100
parents 7472c565592a
children 3a1ed539ae2a
line wrap: on
line source

" Vim filetype plugin file
" Language:	Diff
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2005 Jul 27

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

let b:undo_ftplugin = "setl modeline<"

" Don't use modelines in a diff, they apply to the diffed file
setlocal nomodeline