mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
Remove unused function re_lookbehind.
This commit is contained in:
@@ -700,15 +700,6 @@ int re_multiline(regprog_T *prog)
|
||||
return prog->regflags & RF_HASNL;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return TRUE if compiled regular expression "prog" looks before the start
|
||||
* position (pattern contains "\@<=" or "\@<!").
|
||||
*/
|
||||
int re_lookbehind(regprog_T *prog)
|
||||
{
|
||||
return prog->regflags & RF_LOOKBH;
|
||||
}
|
||||
|
||||
/*
|
||||
* Check for an equivalence class name "[=a=]". "pp" points to the '['.
|
||||
* Returns a character representing the class. Zero means that no item was
|
||||
|
Reference in New Issue
Block a user