mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0118
This commit is contained in:
10
src/option.c
10
src/option.c
@@ -3814,15 +3814,7 @@ do_set(arg, opt_flags)
|
||||
showoneopt(&options[opt_idx], opt_flags);
|
||||
#ifdef FEAT_EVAL
|
||||
if (p_verbose > 0)
|
||||
{
|
||||
if (options[opt_idx].scriptID != 0)
|
||||
{
|
||||
verbose_enter();
|
||||
MSG_PUTS(_("\n\tLast set from "));
|
||||
MSG_PUTS(get_scriptname(options[opt_idx].scriptID));
|
||||
verbose_leave();
|
||||
}
|
||||
}
|
||||
last_set_msg(options[opt_idx].scriptID);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user