Find Next/Previous and Use Selection for Find menus
commit34ca84a2544e4b7e9083610746f7e802265b7728
authorBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 11 Feb 2008 19:31:19 +0000 (11 20:31 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 11 Feb 2008 19:31:19 +0000 (11 20:31 +0100)
tree822daf89deb1b7d50d3e9dea51cff122656da251
parentc51b3c44448d1dc09c2835d43f816678226ab1ba
Find Next/Previous and Use Selection for Find menus

Implemented "Find Next", "Find Previous" and "Use Selection for Find"
menus.  In the process the Edit->Find menu has been restructured.  To
accomodate these changes the code changed so that the Find Pasteboard is
updated also when :set @/ = ... is called (previously the Find
Pasteboard was only updated when an actual search was executed).
src/MacVim/Actions.plist
src/MacVim/MMWindowController.h
src/MacVim/MMWindowController.m
src/MacVim/gvimrc
src/normal.c
src/search.c