Hello vim dev, Long time no see :),
With the following tags file ``` !_TAG_FILE_FORMAT 2 // !_TAG_FILE_SORTED 1 // !_TAG_FILE_ENCODING utf-8 // inboundGSV a 1;" r inboundGovernor a 2;" kind:⊢ type:forall (muxMode :: MuxMode) socket peerAddr versionNumber m a b. (MonadAsync m, MonadCatch m, MonadEvaluate m, MonadThrow m, MonadThrow (STM m), MonadTime m, MonadTimer m, MonadMask m, Ord peerAddr, HasResponder muxMode ~ True) => Tracer m (RemoteTransitionTrace peerAddr) -> Tracer m (InboundGovernorTrace peerAddr) -> ServerControlChannel muxMode peerAddr ByteString m a b -> DiffTime -> MuxConnectionManager muxMode socket peerAddr versionNumber ByteString m a b -> StrictTVar m InboundGovernorObservableState -> m Void inboundGovernorCounters a 3;" kind:⊢ type:InboundGovernorState muxMode peerAddr m a b -> InboundGovernorCounters ``` which contains just three entries. `:tj inboundG<C-D>` will not show `inboundGovernor` entry. This seems to be because the tag field is so long. In this case I am putting a haskell type signature in a tag field, which in some times can be pretty long and I admit, unreadable without formatting, but that's another matter. This is inconsistent with `:ts inboundGovernor` which will show the tag in all its glory. Also `:tj inboundGovernor` will jump to the right location :). It seems to me that `:tj inboundG<C-d>` not showing the `inboundGovernor` tag is a bug that could be fixed. Best regards, Marcin Szamotulski -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/jDHw2UjroPO51m8RMhZWZS_Ihofv6vZH2f24Mvxnf8D36nNq152L6j95vC2zJ2FfmIvv364910dteWkB1szQrsVUB25LVgtDPATNG16meS8%3D%40coot.me.
signature.asc
Description: OpenPGP digital signature
