mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Remove inadvertent dict function flag
This commit is contained in:
@@ -553,7 +553,7 @@ else
|
||||
endfunction
|
||||
endif
|
||||
|
||||
function! s:PathJoin(prefix, str) dict abort
|
||||
function! s:PathJoin(prefix, str) abort
|
||||
return a:prefix . a:str
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user