mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-14 11:45:48 -07:00
@@ -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()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user