Skip to content

Commit e45164c

Browse files
graudeejstpope
authored andcommitted
Use exctags for ctags on FreeBSD
1 parent cccd2ad commit e45164c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/rails.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,8 @@ function! s:app_tags_command() dict
10301030
let cmd = "exuberant-ctags"
10311031
elseif executable("ctags-exuberant")
10321032
let cmd = "ctags-exuberant"
1033+
elseif executable("exctags")
1034+
let cmd = "exctags"
10331035
elseif executable("ctags")
10341036
let cmd = "ctags"
10351037
elseif executable("ctags.exe")

0 commit comments

Comments
 (0)