Marius Ion
Results
2
comments of
Marius Ion
I tried but it does not work, `fnameescape` does not escape backslashes. I had to do it explicitly w/ `escape`, and I also enabled very nomagic mode in the path...
Here is the output that I got from `fnameescape`: ``` echo fnameescape('\some\path\') \some\path\ ``` and from `isfname`: ``` echo &isfname @,48-57,/,\,.,-,_,+,,,#,$,%,{,},[,],:,@-@,!,~,= ``` Let me know if you need anything else.