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