view runtime/ftplugin/diff.vim @ 19641:73b2c928a8aa

patch 8.2.0377: no CI test for a big-endian system Commit: https://github.com/vim/vim/commit/d47e6f0b4cc82e3ccdc4605bb1811861a5b2d115 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 13 15:44:49 2020 +0100 patch 8.2.0377: no CI test for a big-endian system Problem: No CI test for a big-endian system. Solution: Test with s390x. (James McCoy, closes https://github.com/vim/vim/issues/5772)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Mar 2020 15:45:06 +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