mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
Renamed shouldIgnoreLine() to should_ignore_line().
This commit is contained in:
parent
fb4e11bb15
commit
c6a3c250c1
@ -945,7 +945,7 @@ prepnexthistent(void)
|
||||
/* A helper function for hend() */
|
||||
|
||||
static int
|
||||
shouldIgnoreLine(Eprog prog)
|
||||
should_ignore_line(Eprog prog)
|
||||
{
|
||||
if (!prog)
|
||||
return 0;
|
||||
@ -1030,7 +1030,7 @@ hend(Eprog prog)
|
||||
} else
|
||||
save = 0;
|
||||
}
|
||||
if (chwordpos <= 2 || shouldIgnoreLine(prog))
|
||||
if (chwordpos <= 2 || should_ignore_line(prog))
|
||||
save = 0;
|
||||
}
|
||||
if (flag & (HISTFLAG_DONE | HISTFLAG_RECALL)) {
|
||||
|
Loading…
Reference in New Issue
Block a user