mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-05-04 04:45:47 +08:00
2066643243
Use s:uniq() instead of uniq() for older versions of Vim. We don't sort the list before passing it to s:uniq() because 1. s:uniq() can process unsorted lists. 2. And in that way, we can list color schemes from plugins before the default ones provided by Vim.