Remove 'antialias' remnants

It never did anything (see `:h hidden-options`).
This commit is contained in:
Michael Reed
2015-11-24 16:46:52 -05:00
parent 12cd633ad2
commit f7c4770572
5 changed files with 1 additions and 25 deletions

View File

@@ -50,15 +50,6 @@ return {
varname='p_aleph',
defaults={if_true={vi=224}}
},
{
full_name='antialias', abbreviation='anti',
type='bool', scope={'global'},
vi_def=true,
vim=true,
redraw={'everything'},
enable_if=false,
defaults={if_true={vi=false, vim=false}}
},
{
full_name='arabic', abbreviation='arab',
type='bool', scope={'window'},