junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

Use fzf#shellescape instead #1503

Closed jiz4oh closed 1 year ago

jiz4oh commented 1 year ago

Hi @junegunn, your code is exceptionally well-written. It's evident that you've put a lot of thought and effort into it. I'm particularly impressed by the clean and efficient structure you've created. The readability and organization make it a pleasure to work with. however, I have a small suggestion to enhance it even further. considering the way to work with external program, fzf#shellescape is better

junegunn commented 1 year ago

Thanks! I found a couple more places where bare shellescape is used and changed them as well.