diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-24 16:46:52 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-25 14:56:08 -0500 |
commit | f7c47705723fcd76932ed6c1a6da4285362ba742 (patch) | |
tree | a3ff578cbbaf3ce704039886f79cb5ea0e873f81 /src | |
parent | 12cd633ad2b4492cfc1a27365ba1657877fb33e9 (diff) | |
download | rneovim-f7c47705723fcd76932ed6c1a6da4285362ba742.tar.gz rneovim-f7c47705723fcd76932ed6c1a6da4285362ba742.tar.bz2 rneovim-f7c47705723fcd76932ed6c1a6da4285362ba742.zip |
Remove 'antialias' remnants
It never did anything (see `:h hidden-options`).
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/options.lua | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -51,15 +51,6 @@ return { 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'}, vi_def=true, |