channels: move away term code from eval.c

This commit is contained in:
Björn Linse
2017-07-16 14:29:04 +02:00
parent 1ebc96fe10
commit 3e59c1e20d
8 changed files with 87 additions and 60 deletions

View File

@@ -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'},