summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-25 18:12:06 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-25 18:12:06 +0100
commit2bd9dbc19fc67395cfa1226dda7326071ab22464 (patch)
tree31448e8eb576d7580627724ad62b42e6b793dfc1 /src/errors.h
parent520f6ef60a59f7b5f3da9199999d13dbe817d3ce (diff)
patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270
Problem: Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra feature.
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/errors.h b/src/errors.h
index b903ae7d2c..9d987c9e39 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -849,10 +849,8 @@ EXTERN char e_internal_error_lalloc_zero[]
INIT(= N_("E341: Internal error: lalloc(0, )"));
EXTERN char e_out_of_memory_allocating_nr_bytes[]
INIT(= N_("E342: Out of memory! (allocating %lu bytes)"));
-#ifdef FEAT_PATH_EXTRA
EXTERN char e_invalid_path_number_must_be_at_end_of_path_or_be_followed_by_str[]
INIT(= N_("E343: Invalid path: '**[number]' must be at the end of the path or be followed by '%s'."));
-#endif
EXTERN char e_cant_find_directory_str_in_cdpath[]
INIT(= N_("E344: Can't find directory \"%s\" in cdpath"));
EXTERN char e_cant_find_file_str_in_path[]