Mercurial > vim
view runtime/ftplugin/diff.vim @ 15142:7713ceb8c593 v8.1.0581
patch 8.1.0581: double free without the text properties feature
commit https://github.com/vim/vim/commit/ca79a5fc3b383dcfc8ed2077688ea69dafadc6e7
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 13 23:16:36 2018 +0100
patch 8.1.0581: double free without the text properties feature
Problem: Double free without the text properties feature.
Solution: Reset the dirty flag.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 13 Dec 2018 23:30: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