Improve Find pasteboard interaction
commitb469d9629f68b1c20541994863fedd93be2b046d
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 28 Nov 2009 18:10:03 +0000 (28 19:10 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 28 Nov 2009 18:10:03 +0000 (28 19:10 +0100)
tree4a77a0196afb918ebd05a016527178610a9b2aa9
parentd94f8325c603fcd50def7e055d328bb1e86291b4
Improve Find pasteboard interaction

Put two representation of the search pattern on the Find pasteboard: one
that holds the unmodified pattern, and a second one that removes some
common backslash escapes from the first.  The second pattern will be
used by other applications so e.g. hitting * in MacVim and then Cmd+g in
another app now works.
src/MacVim/MMWindowController.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m
src/MacVim/gui_macvim.m