mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.4375: ctx_imports is not used
Problem: ctx_imports is not used. Solution: Delete ctx_imports. Add missing dependency.
This commit is contained in:
@@ -593,7 +593,7 @@ handle_import(
|
||||
{
|
||||
imported_T *imported;
|
||||
|
||||
imported = find_imported(as_name, STRLEN(as_name), FALSE, cctx);
|
||||
imported = find_imported(as_name, STRLEN(as_name), FALSE);
|
||||
if (imported != NULL && imported->imp_sid != sid)
|
||||
{
|
||||
semsg(_(e_name_already_defined_str), as_name);
|
||||
|
Reference in New Issue
Block a user