Added command to search for current selected text.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 6 Jul 2013 21:31:57 +0000 (23:31 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 6 Jul 2013 22:35:40 +0000 (00:35 +0200)
commit97dcc8959fa0b4b87cea5903e7dcd4a9b8a9d02c
treedbb5d3b92478cd29e29e9a81c7550ef01115a0d1
parent49a41b1475aa11a3aa1df7537a16c705844bd5f0
Added command to search for current selected text.

Commands 'search-selection-forward' and 'search-selection-backward' where
added to search for the text that was selected. The commands are bound to the
keys '*' and '#' like in vim editor.
doc/vimb.1.txt
src/command.c
src/command.h
src/config.h
src/main.h