-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* counsel.el (counsel--elisp-to-pcre) (counsel-git-grep-cmd-function-default) (counsel--git-grep-occur-cmd, counsel-git-log-function) (counsel-git-worktree-parse-root, counsel-git-checkout-action) (counsel--file-name-filter, counsel--cmd-to-dired-by-type) (counsel-find-file-occur, counsel--grep-smart-case-flag) (counsel--rg-targets, counsel-major): Use substring rather than regexp operations. (counsel--async-filter, counsel-buffer-or-recentf-candidates) (counsel-bookmarked-directory--candidates) (counsel-org-agenda-headlines--candidates): Prefer destructive operations on fresh sequences. (counsel--get-build-subdirs): Ditto. Don't assume symlinks are directories. (counsel-git-occur, counsel-evil-registers-action) (counsel-outline-title-org) (counsel-linux-app-format-function-default): Prefer literal and fixed-case regexp replacements when possible. (counsel--git-grep-cmd-and-proj): Avoid unnecessary match data mutation. (counsel-at-git-issue-p, counsel-grep-like-occur): Safer match data use. (counsel-mark--get-evil-candidates, counsel--switch-buffer-unwind): Simplify. (xor): Remove; already autoloaded by Ivy. (counsel-imenu-categorize-functions): Don't assume cl-remove returns a full copy.
- Loading branch information
1 parent
c8808d8
commit 8133016
Showing
1 changed file
with
63 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters