Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/mopemope/meghanada-emacs in…
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
mopemope committed Feb 20, 2017
2 parents 999dc41 + f49d823 commit 5441c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meghanada.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The slash is expected at the end."

(defun meghanada--what-column ()
"TODO: FIX DOC ."
(number-to-string (current-column)))
(number-to-string (1+ (current-column))))

(defun meghanada--what-symbol ()
"TODO: FIX DOC ."
Expand Down

0 comments on commit 5441c53

Please sign in to comment.