We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[f
]f
[
$
1 parent efdc647 commit 6d44a6dCopy full SHA for 6d44a6d
plugin/unimpaired.vim
@@ -77,6 +77,7 @@ call s:MapNextFamily('t', 't', 'trewind')
77
78
function! s:entries(path) abort
79
let path = substitute(a:path,'[\\/]$','','')
80
+ let path = substitute(path, '[[$*]', '[&]', 'g')
81
let files = split(glob(path."/.*"),"\n")
82
let files += split(glob(path."/*"),"\n")
83
call map(files,'substitute(v:val,"[\\/]$","","")')
0 commit comments