Skip to content

Commit

Permalink
bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Jul 23, 2016
1 parent 5b458d3 commit 6768bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yafolding.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

;; Author: Zeno Zeng <[email protected]>
;; keywords: folding
;; Time-stamp: <2016-07-23 16:31:29 Zeno Zeng>
;; Version: 0.2.0
;; Time-stamp: <2016-07-23 16:32:53 Zeno Zeng>
;; Version: 0.3.0


;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -158,7 +158,7 @@
(yafolding-should-ignore-current-line-p)))
(unless (yafolding-should-ignore-current-line-p)
(setq end (line-end-position)))
(next-line)))
(next-line))) ; using next-line instead of forward-line, for issue#23
(list beg end)))

(defun yafolding-hide-element ()
Expand Down

0 comments on commit 6768bd3

Please sign in to comment.