mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
vim-patch:8.0.0179
Problem: 'formatprg' is a global option but the value may depend on the
type of buffer. (Sung Pae)
Solution: Make 'formatprg' global-local. (closes vim/vim#1380)
9be7c04e6c
This commit is contained in:
@@ -640,6 +640,7 @@ struct file_buffer {
|
||||
char_u *b_p_inde; ///< 'indentexpr'
|
||||
uint32_t b_p_inde_flags; ///< flags for 'indentexpr'
|
||||
char_u *b_p_indk; ///< 'indentkeys'
|
||||
char_u *b_p_fp; ///< 'formatprg'
|
||||
char_u *b_p_fex; ///< 'formatexpr'
|
||||
uint32_t b_p_fex_flags; ///< flags for 'formatexpr'
|
||||
char_u *b_p_kp; ///< 'keywordprg'
|
||||
|
Reference in New Issue
Block a user