aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
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/screen.c
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/screen.c')
-rw-r--r--src/nvim/screen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index 5ac90ab601..81d463a70c 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -80,7 +80,6 @@
#include "nvim/ex_cmds2.h"
#include "nvim/ex_getln.h"
#include "nvim/edit.h"
-#include "nvim/farsi.h"
#include "nvim/fileio.h"
#include "nvim/fold.h"
#include "nvim/indent.h"
@@ -6499,9 +6498,6 @@ int showmode(void)
if (p_hkmap) {
MSG_PUTS_ATTR(_(" Hebrew"), attr);
}
- if (p_fkmap) {
- MSG_PUTS_ATTR(farsi_text_5, attr);
- }
if (State & LANGMAP) {
if (curwin->w_p_arab) {
MSG_PUTS_ATTR(_(" Arabic"), attr);