comparison src/Make_cyg_ming.mak @ 21789:f84625b961a8 v8.2.1444

patch 8.2.1444: error messages are spread out and names can be confusing Commit: https://github.com/vim/vim/commit/bc4c505166dc82911553206bb0c2133c6ac94aa1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 22:47:35 2020 +0200 patch 8.2.1444: error messages are spread out and names can be confusing Problem: Error messages are spread out and names can be confusing. Solution: Start moving error messages to a separate file and use clear names.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 23:00:04 +0200
parents d2dee69de7c7
children 59984404e520
comparison
equal deleted inserted replaced
21788:acd6c7f8b633 21789:f84625b961a8
1105 # without changes. 1105 # without changes.
1106 cmdidxs: ex_cmds.h 1106 cmdidxs: ex_cmds.h
1107 vim --clean -X --not-a-term -u create_cmdidxs.vim 1107 vim --clean -X --not-a-term -u create_cmdidxs.vim
1108 1108
1109 ########################################################################### 1109 ###########################################################################
1110 INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h globals.h \ 1110 INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h errors.h globals.h \
1111 keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \ 1111 keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \
1112 spell.h structs.h term.h beval.h $(NBDEBUG_INCL) 1112 spell.h structs.h term.h beval.h $(NBDEBUG_INCL)
1113 GUI_INCL = gui.h 1113 GUI_INCL = gui.h
1114 ifeq ($(DIRECTX),yes) 1114 ifeq ($(DIRECTX),yes)
1115 GUI_INCL += gui_dwrite.h 1115 GUI_INCL += gui_dwrite.h