Mercurial > vim
view runtime/ftoff.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 | 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 *