From d0beb8ab42627bea2c747564ca46ec663e3ba0ba Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 4 Apr 2015 13:14:25 -0400 Subject: [PATCH] Prevent duplicate entry in 'tags' Closes #94. --- plugin/sensible.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index bddb86b..32063f6 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -59,7 +59,7 @@ if v:version > 703 || v:version == 703 && has("patch541") endif if has('path_extra') - setglobal tags-=./tags tags^=./tags; + setglobal tags-=./tags tags-=./tags; tags^=./tags; endif if &shell =~# 'fish$'