We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefd3d4 commit 5693150Copy full SHA for 5693150
autoload/ferret/private.vim
@@ -126,7 +126,7 @@ function! s:parse(args) abort
126
for l:arg in l:args
127
" Because we split on unescaped spaces, we know any escaped spaces remaining
128
" inside arguments really are supposed to be just spaces.
129
- let l:arg=substitute(l:arg, '\\ ', ' ', '')
+ let l:arg=substitute(l:arg, '\\ ', ' ', 'g')
130
131
if ferret#private#option(l:arg)
132
" Options get passed through as-is.
0 commit comments