aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-02-17 10:54:00 +0100
committerGitHub <noreply@github.com>2019-02-17 10:54:00 +0100
commit33ce70c8833a4ee0422b8865c7438fe6676cdd6c (patch)
treea3c2c7b74745729773dbac16070d43db1c8f7d09 /src/nvim/options.lua
parentdc9dd8d664f2ffec3d199f96e4605cb0729497ec (diff)
downloadrneovim-33ce70c8833a4ee0422b8865c7438fe6676cdd6c.tar.gz
rneovim-33ce70c8833a4ee0422b8865c7438fe6676cdd6c.tar.bz2
rneovim-33ce70c8833a4ee0422b8865c7438fe6676cdd6c.zip
vim-patch:8.1.0932: remove Farsi support (#9622)
Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support. https://github.com/vim/vim/commit/14184a3133b9a6ee5f711d493c04e41ba4fa7c2f
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index b8f128103c..2398f9d61c 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -82,13 +82,6 @@ return {
defaults={if_true={vi=false}}
},
{
- full_name='altkeymap', abbreviation='akm',
- type='bool', scope={'global'},
- vi_def=true,
- varname='p_altkeymap',
- defaults={if_true={vi=false}}
- },
- {
full_name='ambiwidth', abbreviation='ambw',
type='string', scope={'global'},
vi_def=true,
@@ -822,13 +815,6 @@ return {
defaults={if_true={vi=true}}
},
{
- full_name='fkmap', abbreviation='fk',
- type='bool', scope={'global'},
- vi_def=true,
- varname='p_fkmap',
- defaults={if_true={vi=false}}
- },
- {
full_name='foldclose', abbreviation='fcl',
type='string', list='onecomma', scope={'global'},
deny_duplicates=true,