Mercurial > vim
comparison src/version.c @ 32578:8f0da069a311 v9.0.1621
patch 9.0.1621: FILETYPE_FILE is defined to the same value multiple times
Commit: https://github.com/vim/vim/commit/c81dfaa69ceec9f6b88caf1dcdf2f859d4fcae47
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jun 8 22:16:23 2023 +0100
patch 9.0.1621: FILETYPE_FILE is defined to the same value multiple times
Problem: FILETYPE_FILE is defined to the same value multiple times. Same
for a few similar macros.
Solution: Define FILETYPE_FILE and others in feature.h only
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 08 Jun 2023 23:30:04 +0200 |
parents | 5d32f2d42a6b |
children | 73e1207ec28d |
comparison
equal
deleted
inserted
replaced
32577:e6d95bfda1d6 | 32578:8f0da069a311 |
---|---|
693 NULL | 693 NULL |
694 }; | 694 }; |
695 | 695 |
696 static int included_patches[] = | 696 static int included_patches[] = |
697 { /* Add new patch number below this line */ | 697 { /* Add new patch number below this line */ |
698 /**/ | |
699 1621, | |
698 /**/ | 700 /**/ |
699 1620, | 701 1620, |
700 /**/ | 702 /**/ |
701 1619, | 703 1619, |
702 /**/ | 704 /**/ |