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.
2 parents 09dba9c + 7377011 commit 1174d43Copy full SHA for 1174d43
phpactor.el
@@ -218,7 +218,7 @@
218
(point-min) (point-max)))
219
(:path (phpactor--expand-local-file-name buffer-file-name))
220
(:source_path (phpactor--expand-local-file-name buffer-file-name))
221
- (:offset (1- (point)))
+ (:offset (1- (position-bytes (point))))
222
(:current_path (phpactor--expand-local-file-name buffer-file-name))
223
(t (error "`%s' is unknown argument" key))))
224
0 commit comments