Increase phpinspect-bmap-last-token-before-point backward search limit to 100

WIP-cache
Hugo Thunnissen 10 months ago
parent bb04e9a0f8
commit 8dd9bb07e4

@ -323,8 +323,8 @@
"Search backward in BMAP for last token ending before POINT.
LIMIT is the maximum number of positions to check backward before
giving up. If not provided, this is 10."
(unless limit (setq limit 10))
giving up. If not provided, this is 100."
(unless limit (setq limit 100))
(let* ((ends (phpinspect-bmap-ends bmap))
(ending)
(point-limit (- point limit)))

Loading…
Cancel
Save