We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548d302 commit da9fd01Copy full SHA for da9fd01
phpactor.el
@@ -372,8 +372,8 @@ of GitHub.")
372
(insert-text-button (phpactor-truncate-left path phpactor-references-list-col1-width)
373
'action (lambda (_) (find-file path) (goto-char (plist-get reference :start)))
374
'help-echo "mouse-2: visit this file in other window")
375
- (insert ": ")
376
- (insert (number-to-string (plist-get reference :line_no)))
+ (insert ": ")
+ (insert (number-to-string (plist-get reference :line_no)))
377
(insert "\n")))))
378
(goto-char 0)
379
(grep-mode)))
0 commit comments