Skip to content

Commit

Permalink
fix autocomplete prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed May 15, 2019
1 parent 65e12b1 commit 129b07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company-meghanada.el
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
(cons :async
#'(lambda (callback)
(meghanada-autocomplete-prefix-async
(format "\"%s\"" prefix)
prefix
(list #'company-meghanada--autocomplete-callback callback)))))))

(defun meghanada--search-method-caller ()
Expand Down

0 comments on commit 129b07a

Please sign in to comment.