Is tagfiles() supposed to use suffixesadd?!

2010-07-27 Fir de Conversatie Peter Odding
Hi list, I first noticed the following issue a long time ago when I was still using Vim 7.2 but I just found that it still applies to Vim 7.3c: When Vim expands the 'tags' option it also considers the 'suffixesadd' option. Because I have :set suffixesadd=.vim in my ~/.vimrc (so that :find

Re: Is tagfiles() supposed to use suffixesadd?!

2010-07-27 Fir de Conversatie Dominique Pellé
Peter Odding wrote: Hi list, I first noticed the following issue a long time ago when I was still using Vim 7.2 but I just found that it still applies to Vim 7.3c: When Vim expands the 'tags' option it also considers the 'suffixesadd' option. Because I have :set suffixesadd=.vim in my

Re: Is tagfiles() supposed to use suffixesadd?!

2010-07-27 Fir de Conversatie Peter Odding
Dominique Pellé wrote: This issue was discussed recently (a month ago) and there is already an item for it in :help todo.txt: Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique Pelle, 2010 June 28) Thanks Dominique. I'll check todo.txt next time I want to report a