Fixes #1227. Fixes #1244. Fixes #1514. Fixes #1518.
@@ -2163,6 +2163,14 @@ nvm() {
return
fi
local DEFAULT_IFS
DEFAULT_IFS=" $(echo t | tr t \\t)
"
if [ "${IFS}" != "${DEFAULT_IFS}" ]; then
IFS="${DEFAULT_IFS}" nvm "$@"
return $?
local COMMAND
COMMAND="${1-}"
shift
The note is not visible to the blocked user.