Skip to content

Commit 77637d4

Browse files
committed
Nix overbearing ctags executable check
Per review feedback, lest it's not on your $PATH for some reason.
1 parent 3d4fec9 commit 77637d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ftplugin/scala/tagbar.vim

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
" Hat tip to Leonard Ehrenfried for the built-in ctags deffile:
55
" https://leonard.io/blog/2013/04/editing-scala-with-vim/
66
"
7-
if !executable('ctags')
8-
finish
9-
elseif !exists(':Tagbar')
7+
if !exists(':Tagbar')
108
finish
119
endif
1210

0 commit comments

Comments
 (0)