We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4fec9 commit 77637d4Copy full SHA for 77637d4
ftplugin/scala/tagbar.vim
@@ -4,9 +4,7 @@
4
" Hat tip to Leonard Ehrenfried for the built-in ctags deffile:
5
" https://leonard.io/blog/2013/04/editing-scala-with-vim/
6
"
7
-if !executable('ctags')
8
- finish
9
-elseif !exists(':Tagbar')
+if !exists(':Tagbar')
10
finish
11
endif
12
0 commit comments