mirror of
https://github.com/neovim/neovim.git
synced 2025-10-18 07:41:51 +00:00
Move some #defines from farsi.h to farsi.c
This commit is contained in:

committed by
Thiago de Arruda

parent
f9aeb219c1
commit
b7f953b9e4
@@ -9,6 +9,11 @@
|
|||||||
#include "ex_getln.h"
|
#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 toF_Xor_X_(int c);
|
||||||
static int F_is_TyE(int c);
|
static int F_is_TyE(int c);
|
||||||
static int F_is_TyC_TyD(int c);
|
static int F_is_TyC_TyD(int c);
|
||||||
|
@@ -154,14 +154,6 @@
|
|||||||
#define WAW_H 0xf9
|
#define WAW_H 0xf9
|
||||||
#define ALEF_D_H 0xfa
|
#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).
|
// definitions for the window dependent functions (w_farsi).
|
||||||
#define W_CONV 0x1
|
#define W_CONV 0x1
|
||||||
#define W_R_L 0x2
|
#define W_R_L 0x2
|
||||||
|
Reference in New Issue
Block a user