vim-patch:8.1.0932: remove Farsi support (#9622)

Problem:    Farsi support is outdated and unused.
Solution:   Delete the Farsi support.
14184a3133
This commit is contained in:
Justin M. Keyes
2019-02-17 10:54:00 +01:00
committed by GitHub
parent dc9dd8d664
commit 33ce70c883
29 changed files with 64 additions and 2911 deletions

View File

@@ -81,13 +81,6 @@ return {
varname='p_ari',
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'},
@@ -821,13 +814,6 @@ return {
varname='p_fixeol',
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'},