fix for issue #44

This commit is contained in:
François Schmidts 2012-08-16 13:07:32 +02:00
parent 78b9aff683
commit 72b4001a41

View File

@ -870,7 +870,7 @@ _lp_smart_mark()
fi
local mark
mark="\$"
mark="\\\$"
if [[ "$_LP_WORKING_SHELL" == "zsh" ]]; then
mark="%(!.#.$)"
fi