if(document.selection.Find('【', eeFindPrevious)) {
document.HighlightFind = false
document.selection.CharRight()
document.selection.GoToBrace(true)
}