Merge #3443 'vim-patch:7.4.{785,795,898}'

This commit is contained in:
Justin M. Keyes
2015-12-13 00:09:07 -05:00
13 changed files with 121 additions and 27 deletions

View File

@@ -798,6 +798,14 @@ return {
varname='p_fcs',
defaults={if_true={vi="vert:|,fold:-"}}
},
{
full_name='fixendofline', abbreviation='fixeol',
type='bool', scope={'buffer'},
vi_def=true,
redraw={'statuslines'},
varname='p_fixeol',
defaults={if_true={vi=true}}
},
{
full_name='fkmap', abbreviation='fk',
type='bool', scope={'global'},