Mercurial > vim
view runtime/ftplugin/gdb.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 | 3b26420fc639 |
children | 6231e29aec3d |
line wrap: on
line source
" Vim filetype plugin file " Language: gdb " Maintainer: Michaƫl Peeters <NOSPAMm.vim@noekeon.org> " Last Changed: 26 Oct 2017 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 setlocal commentstring=#%s " Undo the stuff we changed. let b:undo_ftplugin = "setlocal cms<"