aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-11-24 16:46:52 -0500
committerMichael Reed <m.reed@mykolab.com>2015-11-25 14:56:08 -0500
commitf7c47705723fcd76932ed6c1a6da4285362ba742 (patch)
treea3ff578cbbaf3ce704039886f79cb5ea0e873f81 /src
parent12cd633ad2b4492cfc1a27365ba1657877fb33e9 (diff)
downloadrneovim-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.lua9
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,