Hi, I just ran into the following small bug. Suppose you are editing a buffer for which the tag 'tag_foo' is defined. Now, enter the following command ':tag/foo' followed by <tab> to trigger autocompletion of the command based on the existing tags. This will replace '/foo' by 'tag_foo', resulting in the command line ':tagtag_foo' which is invalid since it lacks a space, instead of the valid ':tag tag_foo'. According to the 'tag-regexp' documentation, the form of the command should be ':tag /foo' in the first place, but ':tag/foo' works and is more similar to other vim constructs such as ':g/' and ':s/...' so should probably be supported too.
Best, Micha -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
