Skip to content
Snippets Groups Projects
Commit edf27f47 authored by Chad Skeeters's avatar Chad Skeeters
Browse files

removed tailing substitution causing all trailing space to be removed when extendedglob is set

parent 3b218b77
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ if [ -n "$TMUX_PANE" -a ${FZF_TMUX:-1} -ne 0 -a ${LINES:-40} -gt 15 ]; then
}
else
fzf-file-widget() {
LBUFFER="${LBUFFER%% #}$(__fsel)"
LBUFFER="${LBUFFER}$(__fsel)"
zle redisplay
}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment