Mercurial > vim
view src/xxd/Make_os2.mak @ 2799:537e0102c0f9 v7.3.175
updated for version 7.3.175
Problem: When 'colorcolumn' is set locally to a window, ":new" opens a
window with the same highlighting but 'colorcolumn' is empty.
(Tyru)
Solution: Call check_colorcolumn() after clearing and copying options.
(Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 05 May 2011 17:32:44 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
# A very (if most the most) simplistic Makefile for OS/2 CC=gcc CFLAGS=-O2 -fno-strength-reduce -DOS2 xxd.exe: xxd.c $(CC) $(CFLAGS) -s -o $@ $< clean: - del xxd.o - del xxd.exe