mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 20:52:06 -07:00
@@ -61,7 +61,7 @@ var (
|
||||
|
||||
func init() {
|
||||
_splitRegex = regexp.MustCompile(" +")
|
||||
_escapedPrefixRegex = regexp.MustCompile("^\\\\['!^]")
|
||||
_escapedPrefixRegex = regexp.MustCompile("^\\\\['!^|]")
|
||||
clearPatternCache()
|
||||
clearChunkCache()
|
||||
}
|
||||
|
Reference in New Issue
Block a user