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 1d9dcbe commit 42c1d88Copy full SHA for 42c1d88
lisp/ess-r-completion.el
@@ -152,7 +152,9 @@ to look up any doc strings."
152
(token (pop completions)))
153
(when completions
154
(list (- (point) (length token)) (point)
155
- completions)))
+ completions
156
+ :annotation-function
157
+ (lambda (_) " <obj>"))))
158
(when (string-match "complete" (symbol-name last-command))
159
(message "No ESS process associated with current buffer")
160
nil)))
0 commit comments