Fix UltiSnipsEdit for g:UltiSnipsSnippetsDir paths that include spaces
This commit is contained in:
parent
59defbdd53
commit
1129ca67d2
@ -66,7 +66,7 @@ function! UltiSnips#Edit(bang, ...)
|
||||
let mode = 'sp'
|
||||
endif
|
||||
endif
|
||||
exe ':'.mode.' '.file
|
||||
exe ':'.mode.' '.escape(file, ' \')
|
||||
endfunction
|
||||
|
||||
function! UltiSnips#AddFiletypes(filetypes)
|
||||
|
Loading…
Reference in New Issue
Block a user