about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-08-01 16:30:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-08-01 16:30:23 +0000
commit44b19fed8207c309f2631f9299b0c325c5776762 (patch)
treeb1c020032067e0fc9feeb8c0fc752ae5377e5b4b /Completion
parent854a4dc348025dc8044f1132e63561e4249a2f87 (diff)
downloadzsh-44b19fed8207c309f2631f9299b0c325c5776762.tar.gz
zsh-44b19fed8207c309f2631f9299b0c325c5776762.tar.xz
zsh-44b19fed8207c309f2631f9299b0c325c5776762.zip
18920: fix unset IFS betterer
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Base/Core/_main_complete2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Base/Core/_main_complete b/Completion/Base/Core/_main_complete
index 5960b2da7..cb6905d8e 100644
--- a/Completion/Base/Core/_main_complete
+++ b/Completion/Base/Core/_main_complete
@@ -3,6 +3,8 @@
 # The main loop of the completion code. This is what is called when 
 # completion is attempted from the command line.
 
+# In case non-standard separators are in use.
+local IFS=$' \t\n\0'
 
 # If you want to complete only set or unset options for the unsetopt
 # and setopt builtin, un-comment these lines: