mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
Remove 'antialias' remnants
It never did anything (see `:h hidden-options`).
This commit is contained in:
@@ -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'},
|
||||
|
Reference in New Issue
Block a user