I caught a typo in options.txt (under 'tagbsearch'); see attached patch. Best regards, Tony. -- X-rated movies are all alike ... the only thing they leave to the imagination is the plot.
--~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
--- runtime/doc/options.txt 2007-10-03 11:16:55.000000000 +0200 +++ runtime/doc/options.txt.new 2007-10-04 22:53:55.000000000 +0200 @@ -6602,13 +6602,13 @@ files. In certain situations, Vim will do a linear search instead for certain files, or retry all files with a linear search. When 'tagbsearch' is off, only a linear search is done. Linear searching is done anyway, for one file, when Vim finds a line at the start of the file indicating that it's not sorted: > - !_TAG_FILE_SORTED 0 /some command/ + !_TAG_FILE_SORTED 0 /some comment/ < [The whitespace before and after the '0' must be a single <Tab>] When a binary search was done and no match was found in any of the files listed in 'tags', and 'ignorecase' is set or a pattern is used instead of a normal tag name, a retry is done with a linear search. Tags in unsorted tags files, and matches with different case will only
