comparison src/structs.h @ 30855:cd23a72d67ae v9.0.0762

patch 9.0.0762: build failure Commit: https://github.com/vim/vim/commit/4b082c4bd05f504fda1acaa9d28fca55a2d04857 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 16:25:27 2022 +0100 patch 9.0.0762: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 17:30:02 +0200
parents c7983f593fa7
children 3a01529f17f5
comparison
equal deleted inserted replaced
30854:5a3768b95027 30855:cd23a72d67ae
3032 #ifdef FEAT_CRYPT 3032 #ifdef FEAT_CRYPT
3033 char_u *b_p_key; // 'key' 3033 char_u *b_p_key; // 'key'
3034 #endif 3034 #endif
3035 char_u *b_p_kp; // 'keywordprg' 3035 char_u *b_p_kp; // 'keywordprg'
3036 int b_p_lisp; // 'lisp' 3036 int b_p_lisp; // 'lisp'
3037 char_u *b_p_lop; // 'lispoptions'
3037 char_u *b_p_menc; // 'makeencoding' 3038 char_u *b_p_menc; // 'makeencoding'
3038 char_u *b_p_mps; // 'matchpairs' 3039 char_u *b_p_mps; // 'matchpairs'
3039 int b_p_ml; // 'modeline' 3040 int b_p_ml; // 'modeline'
3040 int b_p_ml_nobin; // b_p_ml saved for binary mode 3041 int b_p_ml_nobin; // b_p_ml saved for binary mode
3041 int b_p_ma; // 'modifiable' 3042 int b_p_ma; // 'modifiable'