mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Move some #defines from farsi.h to farsi.c
This commit is contained in:
parent
f9aeb219c1
commit
b7f953b9e4
@ -9,6 +9,11 @@
|
||||
#include "ex_getln.h"
|
||||
|
||||
|
||||
#define SRC_EDT 0
|
||||
#define SRC_CMD 1
|
||||
|
||||
#define AT_CURSOR 0
|
||||
|
||||
static int toF_Xor_X_(int c);
|
||||
static int F_is_TyE(int c);
|
||||
static int F_is_TyC_TyD(int c);
|
||||
|
@ -154,14 +154,6 @@
|
||||
#define WAW_H 0xf9
|
||||
#define ALEF_D_H 0xfa
|
||||
|
||||
// global definitions
|
||||
// ==================
|
||||
|
||||
#define SRC_EDT 0
|
||||
#define SRC_CMD 1
|
||||
|
||||
#define AT_CURSOR 0
|
||||
|
||||
// definitions for the window dependent functions (w_farsi).
|
||||
#define W_CONV 0x1
|
||||
#define W_R_L 0x2
|
||||
|
Loading…
Reference in New Issue
Block a user