Ive created some tags files for our codebase here at work. After creating the tags file I use 'sort' and rewrite the file so its sorted, however when tags cannot find a tag, it gives me the following message for each of the tags files Ive created:
E432: Tags file not sorted: /tmp/web.tags E432: Tags file not sorted: /tmp/server.tags E426: tag not found: notarealtag I read through vim a little and saw that I could change something to make it linear search the tags file, but that would take too long and is inefficient of course. Can someone tell me how to fix this so tags works properly? Thanks -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
