mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
channels: move away term code from eval.c
This commit is contained in:
@@ -603,6 +603,7 @@ struct file_buffer {
|
||||
char_u *b_p_bt; ///< 'buftype'
|
||||
int b_has_qf_entry; ///< quickfix exists for buffer
|
||||
int b_p_bl; ///< 'buflisted'
|
||||
long b_p_channel; ///< 'channel'
|
||||
int b_p_cin; ///< 'cindent'
|
||||
char_u *b_p_cino; ///< 'cinoptions'
|
||||
char_u *b_p_cink; ///< 'cinkeys'
|
||||
|
Reference in New Issue
Block a user