aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.cpp
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-09 20:55:04 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-09 20:55:04 +0200
commitb85a8bbbfed56f603dca5d6da85858f9c973b669 (patch)
treeaaca0722b25cff9d5e2ea5b46ad6e7dc59d9ec6d /src/complete.cpp
parent925f4517739ed564edcac6dd5ed29c2835461da9 (diff)
Rename sgrep to __fish_sgrep
Makes it harder to cause issues with aliases, see fish-shell#2245
Diffstat (limited to 'src/complete.cpp')
-rw-r--r--src/complete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complete.cpp b/src/complete.cpp
index 9737060e..a4ef163a 100644
--- a/src/complete.cpp
+++ b/src/complete.cpp
@@ -2189,7 +2189,7 @@ static wrapper_map_t &wrap_map()
return *wrapper_map;
}
-/* Add a new target that is wrapped by command. Example: sgrep (command) wraps grep (target). */
+/* Add a new target that is wrapped by command. Example: __fish_sgrep (command) wraps grep (target). */
bool complete_add_wrapper(const wcstring &command, const wcstring &new_target)
{
if (command.empty() || new_target.empty())