mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
channels: move away term code from eval.c
This commit is contained in:
@@ -294,6 +294,14 @@ return {
|
||||
varname='p_cedit',
|
||||
defaults={if_true={vi="", vim=macros('CTRL_F_STR')}}
|
||||
},
|
||||
{
|
||||
full_name='channel',
|
||||
type='number', scope={'buffer'},
|
||||
no_mkrc=true,
|
||||
nodefault=true,
|
||||
varname='p_channel',
|
||||
defaults={if_true={vi=0}}
|
||||
},
|
||||
{
|
||||
full_name='charconvert', abbreviation='ccv',
|
||||
type='string', scope={'global'},
|
||||
|
Reference in New Issue
Block a user