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

Re: How to avoid infinite recursion in ZLE widgets




function insert-single-quotes() {
  LBUFFER+="'"
  RBUFFER="'$RBUFFER"
}

Yes, this would be the best way. I wonder why I overlooked this possibility.
Thanks a lot,
Peter


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