skywind3000 / vim-terminal-help

Small changes make vim/nvim's internal terminal great again !!
MIT License
246 stars 32 forks source link

Fixes to :SelectiveDrop command #11

Closed brglng closed 4 years ago

brglng commented 4 years ago
  1. Should jump to existing window if file is already open.
  2. Fix escaping issue of filenames containing spaces.
  3. Add redraw before echon to prevent screen scroll.
skywind3000 commented 4 years ago

escaping with fnameescape() is better than directly substitute.

brglng commented 4 years ago

escaping with fnameescape() is better than directly substitute.

Thanks! I didn't know that function.