mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-04 20:47:49 +00:00
parent
e85a8a68d0
commit
6d53089cc1
@ -61,7 +61,7 @@ var (
|
||||
|
||||
func init() {
|
||||
_splitRegex = regexp.MustCompile(" +")
|
||||
_escapedPrefixRegex = regexp.MustCompile("^\\\\['!^]")
|
||||
_escapedPrefixRegex = regexp.MustCompile("^\\\\['!^|]")
|
||||
clearPatternCache()
|
||||
clearChunkCache()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user