justinmk / vim-dirvish

Directory viewer for Vim :zap:
Other
1.18k stars 64 forks source link

Any directory with a single apostrophe (') will not show any files #203

Closed comicsads closed 2 years ago

comicsads commented 3 years ago

Steps to reproduce.sh

#!/bin/bash
mkdir f\'oo
touch f\'oo/bar
nvim f\'oo
justinmk commented 2 years ago

fixed by