Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 21, 2023
1 parent 327d8e3 commit a23b5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/easycomplete/sources/directory.vim
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function! s:GetWrappedFileAndDirsList(rlist, fpath)
call add(result_with_kind, {"word": item, "menu" : "[File]"})
else
call add(result_with_kind, {"word": item,
\ "menu" : "file",
\ "menu" : "[file]",
\ "kind": ""
\ })
endif
Expand Down

0 comments on commit a23b5f1

Please sign in to comment.