mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0103
This commit is contained in:
@@ -1186,9 +1186,9 @@ script_dump_profile(fd)
|
||||
int
|
||||
prof_def_func()
|
||||
{
|
||||
scriptitem_T *si = &SCRIPT_ITEM(current_SID);
|
||||
|
||||
return si->sn_pr_force;
|
||||
if (current_SID > 0)
|
||||
return SCRIPT_ITEM(current_SID).sn_pr_force;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user