From 7b36c46d17d57db34fdb0adac9ba6382d0bb5e66 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Fri, 19 Jun 2015 11:08:47 +1200 Subject: [PATCH] Change mentions of GNU ctags to BSD ctags --- autoload/tagbar.vim | 4 ++-- doc/tagbar.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 2c4ee7c..34e3f48 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1028,7 +1028,7 @@ function! s:CreateAutocommands() abort endfunction " s:CheckForExCtags() {{{2 -" Test whether the ctags binary is actually Exuberant Ctags and not GNU ctags +" Test whether the ctags binary is actually Exuberant Ctags and not BSD ctags " (or something else) function! s:CheckForExCtags(silent) abort call s:debug('Checking for Exuberant Ctags') @@ -1088,7 +1088,7 @@ function! s:CheckForExCtags(silent) abort if v:shell_error || ctags_output !~# '\(Exuberant\|Universal\) Ctags' let errmsg = 'Tagbar: Ctags doesn''t seem to be Exuberant Ctags!' - let infomsg = 'GNU ctags will NOT WORK.' . + let infomsg = 'BSD ctags will NOT WORK.' . \ ' Please download Exuberant Ctags from ctags.sourceforge.net' . \ ' and install it in a directory in your $PATH' . \ ' or set g:tagbar_ctags_bin.' diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 33fef91..898cdcc 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -132,7 +132,7 @@ The following requirements have to be met in order to be able to use tagbar: Tagbar will work on any platform that ctags runs on -- this includes UNIX derivatives, Mac OS X and Windows. Note that other versions like - GNU ctags will not work. + BSD ctags will not work. Tagbar generates the tag information by itself and doesn't need (or use) already existing tag files. - File type detection must be turned on in vim. This can be done with the