cosmicexplorer / helm-rg

ripgrep is nice
GNU General Public License v3.0
101 stars 21 forks source link

Fix errors when setting extra args twice within a session #34

Open Nephyrin opened 2 years ago

Nephyrin commented 2 years ago

We're treating this list as a string for the read-string call here, recombine/quote it for user editing.

This fixes editing args twice within a session, or editing them once when using helm-rg-default-extra-args, which similarly poisons the variable for future edits.