comparison src/message.c @ 30825:c7983f593fa7 v9.0.0747

patch 9.0.0747: too many #ifdefs Commit: https://github.com/vim/vim/commit/ba43e76fcd5b2da57dbaa4d9a555793fe8ac344e Author: Martin Tournoij <martin@arp242.net> Date: Thu Oct 13 22:12:15 2022 +0100 patch 9.0.0747: too many #ifdefs Problem: Too many #ifdefs. Solution: Gradudate the +cmdline_info feature. (Martin Tournoij, closes #11330)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Oct 2022 23:15:05 +0200
parents 4a88061200c2
children a52697bcffa6
comparison
equal deleted inserted replaced
30824:b7f12666bbb4 30825:c7983f593fa7
1772 retval += len; 1772 retval += len;
1773 } 1773 }
1774 return retval; 1774 return retval;
1775 } 1775 }
1776 1776
1777 #if defined(FEAT_EVAL) || defined(PROTO) 1777 #if defined(FEAT_EVAL) || defined(FEAT_SPELL) || defined(PROTO)
1778 /* 1778 /*
1779 * Return the lhs or rhs of a mapping, with the key codes turned into printable 1779 * Return the lhs or rhs of a mapping, with the key codes turned into printable
1780 * strings, in an allocated string. 1780 * strings, in an allocated string.
1781 */ 1781 */
1782 char_u * 1782 char_u *