mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
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:
@@ -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'},
|
||||
|
Reference in New Issue
Block a user