Monday, September 5, 2011

Re: CTRL-]/CTRL-T to detect existing windows/buffers when switching to/from tags

> Thanks for this - I get the idea, but would you mind expanding it
> further? my knowledge of vimscript is zero.
>
> TIA!

Putting it into real code may take quite a while testing so I've just
drawn a rough picture here, and it's not much of a feature I suppose.
You may want to check the "taglist" plugin if you want some tag-
related features, it can do a lot more.

To get a feeling of those VS functions without actually writing a
script, just :echo them in the command line, like:
:echo expand('<cword>')
and get the reply in no time. It's much more convenient than most
other scripting languages because it has Vim as its natural born UI.

--
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

No comments: