Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] edit-command-line breaks arguments with spaces



Bart Schaefer wrote on Fri, 13 Oct 2017 17:55 -0700:
>      (*emacs*)
>        local lines=( ${(f):-"$PREBUFFER$LBUFFER"} )

Separate question: shouldn't this be changed from «${(f):-"…"}» to
«"${(@f):-"…"}"» in order to DTRT when one of the lines in $PREBUFFER is empty?



Messages sorted by: Reverse Date, Date, Thread, Author