From f7c47705723fcd76932ed6c1a6da4285362ba742 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 24 Nov 2015 16:46:52 -0500 Subject: Remove 'antialias' remnants It never did anything (see `:h hidden-options`). --- src/nvim/options.lua | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 633eabab60..b22e994efe 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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'}, -- cgit