LaTeX-Box-Team / LaTeX-Box

Lightweight Toolbox for LaTeX - New Official repository
http://www.vim.org/scripts/script.php?script_id=3109
GNU General Public License v3.0
396 stars 66 forks source link

Fix #190 - Unknown function: uniq #223

Closed guyru closed 9 years ago

guyru commented 9 years ago

Define a custom variant of uniq() which offers interoperability for older Vim versions (< 7.4.218).

lervag commented 9 years ago

Agreed to comment by @Oberon00, will merge when that change is done.

guyru commented 9 years ago

I've made the change @Oberon00 suggested (although in the case of single-element lists the logic was fine - the for would have been skipped, returning a copy of the original list).

lervag commented 9 years ago

Still, the change make things more clear and was a (minor) improvement. In any case, thanks! :)