Added Q/ mapping to clear search.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@66
6be0d1a5-5cfe-0310-89b6-
964be062b18b
" Use C indent style.
se cindent
se cinkeys=0{,0},0),:,!^F,o,O,e
+se cinoptions=b1,c2
" GUI options.
se go=aglmr
map Qn :call Cycle_Number()<CR>:<CR>
" Toggle tags with Qt.
map Qt :Tlist<CR>
+" Clear search pattern with Q/.
+map Q/ :let @/=""<CR>:<CR>
" Leaving Perl mode.
fun! PerlMode_unmap()