spacemacs/layers
Jacek Swierk cefcce2caa
[helm] Fix rg interaction with its config file
If a user uses ripgrep persistent configuration file that sets options
helm overrides the argument parser for ripgrep might incorrectly parse
the command line used by helm.

The problem is encountered whenever an argument option occurs multiple
times and the last one is of this form: '--arg value' or '-a v'. If that
last argument is followed by the positional argument (input) then its
value will be treated as the input resulting in error due to too many
positional arguments.

In other worlds, this would fail to be parsed correctly:
    rg --max-columns=10 --max-columns 20 input
    rg --max-columns 10 --max-columns 20 input

While this works as expected:
    rg --max-columns=10 --max-columns=20 input
    rg --max-columns 10 --max-columns=20 input

The solution would be to use arguments in the form of '--arg=value'
which will never be treated as a positional argument.

Fixes #10953
2020-01-02 23:18:36 +01:00
..
+chat Document new keybinding for erc layer 2020-01-02 23:08:10 +01:00
+checkers fix #12554 goto-flycheck-error-list 2019-07-24 14:17:53 +02:00
+completion [helm] Fix rg interaction with its config file 2020-01-02 23:18:36 +01:00
+distributions Toggleable hint for the Scrolling Transient State (~SPC N~) 2019-12-25 08:20:50 +01:00
+emacs Tag uncategorized layers 2020-01-02 22:42:13 +01:00
+email Mu4e add 'gu' key binding to go to urls. 2019-12-15 21:46:48 +00:00
+filetree [treemacs] Deprecate treemacs-use-collapsed-directories. 2019-11-23 01:40:14 +01:00
+fonts/unicode-fonts Update references to macOS 2019-10-13 12:04:40 +02:00
+frameworks Try to correctly tag kubernetes and vue layers 2020-01-02 22:56:00 +01:00
+fun Update references to macOS 2019-10-13 12:04:40 +02:00
+intl Fix keys not remapped by keyboard-layout 2019-12-18 15:02:42 +01:00
+lang Tag uncategorized layers 2020-01-02 22:42:13 +01:00
+misc converted cl to cl-lib 2019-12-14 20:20:51 +00:00
+music/spotify [spotify] Add notes for ivy search 2019-10-18 22:27:31 +02:00
+os Convert case' to cl-case' to fix cl-lib related errors 2019-12-18 12:08:05 +01:00
+pair-programming/floobits Switch to the new layers generator 2019-05-15 21:08:21 +03:00
+readers Fix typos 2019-12-05 22:23:04 +01:00
+source-control [version-control] Use :toggle to avoid installation of unused packages 2019-12-27 17:39:51 +01:00
+spacemacs documentation formatting: Fri Dec 27 10:27:09 UTC 2019 2019-12-27 12:40:57 +02:00
+tags Fix GNU Global install instructions for macOS 2019-10-19 15:36:02 +02:00
+themes fix links 2019-11-10 16:13:13 +02:00
+tools Try to correctly tag kubernetes and vue layers 2020-01-02 22:56:00 +01:00
+vim [doc] Fix typos and add missing/remove extra ~ 2019-06-01 20:40:22 +02:00
+web-services [search-engine]: Add latex's CTAN archive as new search engine 2019-12-14 20:47:33 +00:00
auto-layer.el
LAYERS.org documentation formatting: Fri Dec 20 17:06:40 UTC 2019 2019-12-20 18:33:10 +01:00