mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
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.