comparison src/feature.h @ 27020:0f2dd0d07071 v8.2.4039

patch 8.2.4039: the xdiff library is linked in even when not used Commit: https://github.com/vim/vim/commit/67ffb417861a90fd2c1b215a42fd230272ed94cb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 13:36:57 2022 +0000 patch 8.2.4039: the xdiff library is linked in even when not used Problem: The xdiff library is linked in even when not used. Solution: Use configure to decide whether xdiff object files are included.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 14:45:03 +0100
parents 06a137af96f8
children 41a940219183
comparison
equal deleted inserted replaced
27019:d3065e717573 27020:0f2dd0d07071
343 #endif 343 #endif
344 344
345 /* 345 /*
346 * +diff Displaying diffs in a nice way. 346 * +diff Displaying diffs in a nice way.
347 * Requires +windows and +autocmd. 347 * Requires +windows and +autocmd.
348 */ 348 * Can be enabled in autoconf already.
349 #if defined(FEAT_NORMAL) 349 */
350 #if defined(FEAT_NORMAL) && !defined(FEAT_DIFF)
350 # define FEAT_DIFF 351 # define FEAT_DIFF
351 #endif 352 #endif
352 353
353 /* 354 /*
354 * +statusline 'statusline', 'rulerformat' and special format of 355 * +statusline 'statusline', 'rulerformat' and special format of