mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fix regex on on-open-file
This commit is contained in:
parent
9076566aae
commit
be0001da76
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@
|
|||
(window-focus win)))
|
||||
(when regex
|
||||
(focus (window-param win))
|
||||
(js-execute win (format nil "~A.find('~A',{caseSensitive:false,regExp:true})"
|
||||
(clog-ace::js-ace (window-param win)) regex)))
|
||||
(js-execute obj (format nil "~A.find({regExp:true,needle:'~A',caseSensitive:false})"
|
||||
(clog-ace::js-ace (window-param win)) (escape-string regex))))
|
||||
(when show-find
|
||||
(clog-ace:execute-command (window-param win) "find"))
|
||||
win)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue