Skip to content

Commit

Permalink
Clarify the Commentary section
Browse files Browse the repository at this point in the history
Combine the version-split Description subsection to one. Assume that the
latest version is now used.

Rename the Changes subsection to Notable Changes. The purpose of this
subsection is to describe shortly what has changed in each major and minor
version bumps. It should not compete with the git-log with detail.
  • Loading branch information
kopoli committed Jul 7, 2020
1 parent 503e51a commit d22947c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions helm-grepint.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
;; - Selects the grep based on context: Inside a git-repository, runs
;; `git-grep', otherwise runs `ag'.
;; - Uses helm to select candidates and jumps to the given line with RET.

;; And the following additional problems (as of version 1.2.0):
;; - A second interactive function `helm-grepint-grep-root'. This runs the
;; grepping inside a root directory. By default this has been defined for
;; the git-grep where it greps from the git root directory.
Expand All @@ -53,11 +51,6 @@
;; (global-set-key (kbd "C-c g") #'helm-grepint-grep)
;; (global-set-key (kbd "C-c G") #'helm-grepint-grep-root)

;; The original configuration (i.e. without the above additional features) is
;; available with the following:

;; (helm-grepint-set-default-config)

;; ### Key bindings within helm

;; - `RET'/`F1' selects an item and closes the helm session.
Expand All @@ -73,7 +66,7 @@
;; cases are configured. Also look into `helm-grepint-add-grep-config' for more
;; details on what is required for a new grep to be defined.

;; ### Changes
;; ### Notable changes

;; Version 1.3.0

Expand Down

0 comments on commit d22947c

Please sign in to comment.