mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +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:
@@ -424,16 +424,10 @@ int main(int argc, char **argv)
|
||||
p_ut = 1;
|
||||
}
|
||||
|
||||
if (curwin->w_p_rl && p_altkeymap) {
|
||||
p_hkmap = FALSE; /* Reset the Hebrew keymap mode */
|
||||
curwin->w_p_arab = FALSE; /* Reset the Arabic keymap mode */
|
||||
p_fkmap = TRUE; /* Set the Farsi keymap mode */
|
||||
}
|
||||
|
||||
/*
|
||||
* Read in registers, history etc, from the ShaDa file.
|
||||
* This is where v:oldfiles gets filled.
|
||||
*/
|
||||
//
|
||||
// Read in registers, history etc, from the ShaDa file.
|
||||
// This is where v:oldfiles gets filled.
|
||||
//
|
||||
if (*p_shada != NUL) {
|
||||
shada_read_everything(NULL, false, true);
|
||||
TIME_MSG("reading ShaDa");
|
||||
@@ -915,11 +909,6 @@ static void command_line_scan(mparm_T *parmp)
|
||||
case 'f': { // "-f" GUI: run in foreground.
|
||||
break;
|
||||
}
|
||||
case 'F': { // "-F" start in Farsi mode: rl + fkmap set.
|
||||
p_fkmap = true;
|
||||
set_option_value("rl", 1L, NULL, 0);
|
||||
break;
|
||||
}
|
||||
case '?': // "-?" give help message (for MS-Windows)
|
||||
case 'h': { // "-h" give help message
|
||||
usage();
|
||||
|
Reference in New Issue
Block a user