aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-08-01 12:17:39 -0400
committerGitHub <noreply@github.com>2021-08-01 12:17:39 -0400
commit337b1b31ac12ee4351668e32fe116282efd3dcc3 (patch)
tree1c9c98a10406590e5d65a9500664e600d7c45d32 /src/nvim/mbyte.c
parent51251e1dc74ce17bb083c002c2e5d5b34ce4e402 (diff)
parentde74fcc74cee4e4b35335bff6cecea46f36a78f6 (diff)
downloadrneovim-337b1b31ac12ee4351668e32fe116282efd3dcc3.tar.gz
rneovim-337b1b31ac12ee4351668e32fe116282efd3dcc3.tar.bz2
rneovim-337b1b31ac12ee4351668e32fe116282efd3dcc3.zip
Merge pull request #15234 from janlazo/vim-8.2.3164
vim-patch:8.2.{3164,3167,3192,3208,3213,3214,3225,3231,3243,3246,3247,3250,3253,3256,3260}
Diffstat (limited to 'src/nvim/mbyte.c')
-rw-r--r--src/nvim/mbyte.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 9cd57affb9..cba372b9d3 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -73,9 +73,6 @@ struct interval {
# include "unicode_tables.generated.h"
#endif
-char_u e_loadlib[] = "E370: Could not load library %s";
-char_u e_loadfunc[] = "E448: Could not load library function %s";
-
// To speed up BYTELEN(); keep a lookup table to quickly get the length in
// bytes of a UTF-8 character from the first byte of a UTF-8 string. Bytes
// which are illegal when used as the first byte have a 1. The NUL byte has