commit | 4b082c4bd05f504fda1acaa9d28fca55a2d04857 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:25:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:25:27 2022 +0100 |
tree | 492cc22e3637334de7fd1af4029d247f409338cd | |
parent | 49846fb1a31de99f49d6a7e70efe685197423c84 [diff] [blame] |
patch 9.0.0762: build failure Problem: Build failure. Solution: Add missing change.
diff --git a/src/structs.h b/src/structs.h index bf65d52..bc3d8cb 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -3034,6 +3034,7 @@ #endif char_u *b_p_kp; // 'keywordprg' int b_p_lisp; // 'lisp' + char_u *b_p_lop; // 'lispoptions' char_u *b_p_menc; // 'makeencoding' char_u *b_p_mps; // 'matchpairs' int b_p_ml; // 'modeline'