mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0021
This commit is contained in:
@@ -487,7 +487,7 @@ msg_source(attr)
|
||||
}
|
||||
|
||||
/* remember the last sourcing name printed, also when it's empty */
|
||||
if (sourcing_name == NULL || other_sourcing_name)
|
||||
if (sourcing_name == NULL || other_sourcing_name())
|
||||
{
|
||||
vim_free(last_sourcing_name);
|
||||
if (sourcing_name == NULL)
|
||||
|
Reference in New Issue
Block a user