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 8fc142d commit f46b7ebCopy full SHA for f46b7eb
Changes
@@ -1,5 +1,10 @@
1
Revision history for go-eldoc.el
2
3
+Version 0.23 2015/03/31 syohex
4
+ - Fix incorrect highlight issue(#29)
5
+ go-eldoc.el highlighted incorrectly on left hand side, where function returns
6
+ function type which has no name.
7
+
8
Version 0.22 2015/02/23 syohex
9
- Update minimum go-mode version
10
go-eldoc.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <syohex@gmail.com>
;; URL: https://github.com/syohex/emacs-go-eldoc
-;; Version: 0.22
+;; Version: 0.23
;; Package-Requires: ((go-mode "1.0.0") (cl-lib "0.5"))
;; This program is free software; you can redistribute it and/or modify
0 commit comments