From 1286e68d6efbd5e54eb98f4931c5b2a8ae6e9084 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 17 May 2020 02:16:47 +1200 Subject: Remove inappropriate reverse() call --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index c90d66ba..e96b333b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ " Tom Ryder (tejr)’s Literate Vimrc " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " -" Last updated: Sat, 16 May 2020 04:49:55 UTC +" Last updated: Sat, 16 May 2020 04:57:25 UTC " " │ And I was lifted up in heart, and thought " │ Of all my late-shown prowess in the lists, @@ -438,10 +438,10 @@ if xdg#DataHome() !=# '' || !empty(xdg#DataDirs()) \ 'option#item#Escape(v:val.''/dictionary.txt'')' \), ',')) execute 'set thesaurus^='.option#Escape(join(map( - \ reverse(extend( + \ extend( \ xdg#DataHome() !=# '' ? [xdg#DataHome()] : [], \ xdg#DataDirs() - \)), + \), \ 'option#item#Escape(v:val.''/thesaurus.txt'')' \), ',')) endif -- cgit v1.2.3