Fix Find Pasteboard bugs
commitcd78f2988e8514686490c758b145ff29e6dc1639
authorBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 13 Feb 2008 16:54:20 +0000 (13 17:54 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 13 Feb 2008 16:54:20 +0000 (13 17:54 +0100)
tree23d0ae3fb87acebf82e8b713e78747ff7799d6b0
parent353bf4779347fd837df0ed5c0bd2b8c44e311cd0
Fix Find Pasteboard bugs

As a temporary precaution, the Find Pasteboard is not used during a fork
since this caused the entire machine to lock up.

Also, only patterns from a search (/ and ?) are added to the pboard; not
patterns from a substitution (:s).
src/MacVim/gui_macvim.m
src/search.c