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 2bcf576 commit e2e0424Copy full SHA for e2e0424
cider-clojuredocs.el
@@ -145,7 +145,7 @@ opposite of what that option dictates."
145
"Look up the ClojureDocs documentation for SYM."
146
(let ((docs (cider-sync-request:clojuredocs-lookup (cider-current-ns) sym)))
147
(pop-to-buffer (cider-create-clojuredocs-buffer (cider-clojuredocs--content docs)))
148
- (highlight-regexp (car (last (split-string sym "/"))) 'bold)))
+ (highlight-regexp (cadr (split-string sym "/")) 'bold)))
149
150
;;;###autoload
151
(defun cider-clojuredocs (&optional arg)
0 commit comments