Mercurial > vim
view src/xxd/Make_amiga.mak @ 15396:325e4a8ba1b6 v8.1.0706
patch 8.1.0706: tabline is not always redrawn
commit https://github.com/vim/vim/commit/e12bab3144af8943937bd0ff4bc57f04e53037b3
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 8 22:02:56 2019 +0100
patch 8.1.0706: tabline is not always redrawn
Problem: Tabline is not always redrawn when something that is used in
'tabline' changes.
Solution: Add ":redrawtabline" so that a plugin can at least cause the
redraw when needed.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 08 Jan 2019 22:15:05 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
# Makefile for xxd on the Amiga, using Aztec/Manx C 5.0 or later # #>>>>> choose between debugging (-bs) or optimizing (-so) OPTIONS = -so #OPTIONS = -bs #>>>>>> choose -g for debugging LN_DEBUG = #LN_DEBUG = -g CFLAGS = $(OPTIONS) -wapruq -ps -qf -DAMIGA -Dconst= Xxd: xxd.o ln +q -m $(LN_DEBUG) -o Xxd xxd.o -lc16 xxd.o: xxd.c cc $(CFLAGS) xxd.c -o xxd.o