comparison src/option.c @ 448:dd9db57ee7ce v7.0118

updated for version 7.0118
author vimboss
date Thu, 28 Jul 2005 22:36:45 +0000
parents d0d15b184c56
children a5fcf36ef512
comparison
equal deleted inserted replaced
447:8347d456f7e5 448:dd9db57ee7ce
3812 if (opt_idx >= 0) 3812 if (opt_idx >= 0)
3813 { 3813 {
3814 showoneopt(&options[opt_idx], opt_flags); 3814 showoneopt(&options[opt_idx], opt_flags);
3815 #ifdef FEAT_EVAL 3815 #ifdef FEAT_EVAL
3816 if (p_verbose > 0) 3816 if (p_verbose > 0)
3817 { 3817 last_set_msg(options[opt_idx].scriptID);
3818 if (options[opt_idx].scriptID != 0)
3819 {
3820 verbose_enter();
3821 MSG_PUTS(_("\n\tLast set from "));
3822 MSG_PUTS(get_scriptname(options[opt_idx].scriptID));
3823 verbose_leave();
3824 }
3825 }
3826 #endif 3818 #endif
3827 } 3819 }
3828 else 3820 else
3829 { 3821 {
3830 char_u *p; 3822 char_u *p;