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