]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1654: build failure when FEAT_DIFF is not defined v9.1.1654
authorChristian Brabandt <cb@256bit.org>
Wed, 20 Aug 2025 18:37:37 +0000 (20:37 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 20 Aug 2025 18:37:37 +0000 (20:37 +0200)
commite1a435c508fe66bd05aa7e745d8f5240704025dd
tree9456cdb08bd77b024117eb6a3ddb91807d50e81b
parent2fd9ac7a69790171ab86c3c3df893959d1fde6ca
patch 9.1.1654: build failure when FEAT_DIFF is not defined

Problem:  build failure when FEAT_DIFF is not defined
          (John Marriott)
Solution: Remove FEAT_DIFF in proto.h; define dummy type for
          diffline_T and diffline_change_T when FEAT_DIFF is not defined

related: #18026
closes: #18046

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/proto.h
src/structs.h
src/version.c