Mercurial > vim
view runtime/compiler/README.txt @ 30972:62a42d860d87 v9.0.0821
patch 9.0.0820: memory leak with empty shell command
Commit: https://github.com/vim/vim/commit/86e6717ace4f5e00eaeb84b59e3fc92bca548155
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Oct 31 12:24:12 2022 +0000
patch 9.0.0820: memory leak with empty shell command
Problem: Memory leak with empty shell command.
Solution: Free the empty string.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Nov 2022 11:18:51 +0100 |
parents | 3fc0f57ecb91 |
children | 4027cefc2aab |
line wrap: on
line source
This directory contains Vim scripts to be used with a specific compiler. They are used with the ":compiler" command. These scripts usually set options, for example 'errorformat'. See ":help write-compiler-plugin". If you want to write your own compiler plugin, have a look at the other files for how to do it, the format is simple. If you think a compiler plugin you have written is useful for others, please send it to Bram@vim.org.