Mercurial > vim
view src/Make_all.mak @ 28978:3c3bdb8069f5 v8.2.5011
patch 8.2.5011: Replacing an autocommand requires several lines
Commit: https://github.com/vim/vim/commit/971f6825ee845828bd5c8869487928a3f32cd467
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Tue May 24 11:40:11 2022 +0100
patch 8.2.5011: Replacing an autocommand requires several lines
Problem: Replacing an autocommand requires several lines.
Solution: Add the "replace" flag to autocmd_add(). (Yegappan Lakshmanan,
closes #10473)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 24 May 2022 12:45:05 +0200 |
parents | 1e76da634877 |
children |
line wrap: on
line source
# # Common Makefile, defines the list of tests to run and other things. # # Argument for running ctags. TAGS_FILES = \ *.c \ *.cc \ *.cpp \ *.h \ auto/*.c \ libvterm/src/*.c \ libvterm/src/*.h \ libvterm/include/*.h \ xdiff/*.c \ xdiff/*.h