mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
feat(edit)!: remove old c implementation of hebrew keymap
This feature has long been obsolete. The 'keymap' option can be used to support language keymaps, including hebrew and hebrewp (phonetic mapping). There is no need to keep the old c code with hardcoded keymaps for some languages.
This commit is contained in:
@@ -386,7 +386,6 @@ enum {
|
||||
|
||||
// The following are actual variables for the options
|
||||
|
||||
EXTERN long p_aleph; // 'aleph'
|
||||
EXTERN char *p_ambw; ///< 'ambiwidth'
|
||||
EXTERN int p_acd; ///< 'autochdir'
|
||||
EXTERN int p_ai; ///< 'autoindent'
|
||||
@@ -544,8 +543,6 @@ EXTERN int p_hid; // 'hidden'
|
||||
EXTERN char *p_hl; // 'highlight'
|
||||
EXTERN int p_hls; // 'hlsearch'
|
||||
EXTERN long p_hi; // 'history'
|
||||
EXTERN int p_hkmap; // 'hkmap'
|
||||
EXTERN int p_hkmapp; // 'hkmapp'
|
||||
EXTERN int p_arshape; // 'arabicshape'
|
||||
EXTERN int p_icon; // 'icon'
|
||||
EXTERN char *p_iconstring; // 'iconstring'
|
||||
|
Reference in New Issue
Block a user