mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
charset,*: Refactor transstr()
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
#define IOSIZE (1024+1) // file I/O and sprintf buffer size
|
||||
|
||||
#define MAX_MCO 6 // maximum value for 'maxcombine'
|
||||
|
||||
# define MSG_BUF_LEN 480 // length of buffer for small messages
|
||||
# define MSG_BUF_CLEN (MSG_BUF_LEN / 6) // cell length (worst case: utf-8
|
||||
// takes 6 bytes for one cell)
|
||||
|
Reference in New Issue
Block a user