From f5e145c5369612ce0989f886f4f7db78893fd8fa Mon Sep 17 00:00:00 2001 From: AlexIv Date: Mon, 30 Nov 2020 14:53:01 +0500 Subject: [PATCH] fix(deprecated bundle command) --- plugin/tags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/tags.vim b/plugin/tags.vim index b6ac761..297d05a 100644 --- a/plugin/tags.vim +++ b/plugin/tags.vim @@ -38,7 +38,7 @@ endif " Gemfile tags if !exists('g:vim_tags_gems_tags_command') - let g:vim_tags_gems_tags_command = "{CTAGS} -R {OPTIONS} `bundle show --paths` 2>/dev/null" + let g:vim_tags_gems_tags_command = "{CTAGS} -R {OPTIONS} `bundle list` 2>/dev/null" endif " Ignored files and directories list