Fix Find Pasteboard bugs
commit1890ad1a1dfa976220028b9876b1af3fbcf9ba34
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)
treecd54cce5884e11f905dc9b45ebe977a6f1bb8292
parent6e2e296063783aa800d0e5c8cb6a759b5bb75e5a
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