On 12/19/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Nikolai Weibull wrote:
> On 12/19/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
> > Nikolai Weibull wrote:
> > > It seems GVim doesn't respond to the WM_PASTE message on Windows. It > > > would be really sweet if it did. I sadly have no intention of > > > implementing this myself, but would appreciate it if this could be > > > added to the TODO.
Try using the client-server feature instead. See :help remote.txt :vimgrep /\<FEAT_CLIENTSERVER\>/g src/*.[ch]
I don't see how that would solve anything. I don't want to send a Vim-specific message. I want to send a "Microsoft Windows"-specific message, the reason being that I don't want to have to treat Vim separately in the "application" I'm writing. nikolai