Remove inadvertent dict function flag

This commit is contained in:
Tim Pope
2022-06-26 16:58:36 -04:00
parent 87b3891c77
commit 36b80c190c

View File

@@ -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