errors: Introduce "E856: Filename too long"

This commit is contained in:
Justin M. Keyes
2017-01-23 15:32:11 +01:00
parent 7c7c5a80a4
commit 73da522d73
4 changed files with 8 additions and 6 deletions

View File

@@ -191,6 +191,8 @@ typedef struct ff_search_ctx_T {
# include "file_search.c.generated.h"
#endif
static char_u e_pathtoolong[] = N_("E854: path too long for completion");
/*
* Initialization routine for vim_findfile().
*