Vim search patterns are put on the OS X Find Pasteboard
commitc51b3c44448d1dc09c2835d43f816678226ab1ba
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 9 Feb 2008 21:24:25 +0000 (9 22:24 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 11 Feb 2008 16:50:19 +0000 (11 17:50 +0100)
treedd41c5e8bb2e0960bed147d5013b258fbdca83d4
parentf487349dda4aec962165fe784ddc8e05f0be337a
Vim search patterns are put on the OS X Find Pasteboard

By adding search patterns to the Find Pasteboard other apps can access
Vim search patterns.  For example, if the user types
    /neat<CR>
in MacVim and then switches to Safari and hits <D-g>, then Safari will
search for the string "neat".
src/MacVim/gui_macvim.m
src/normal.c
src/proto/gui_macvim.pro