To: vim-dev@vim.org Subject: Patch 6.1a.024 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1a.024 Problem: In other editors CTRL-F is often used for a find dialog. Solution: In evim use CTRL-F for the find dialog. Files: runtime/evim.vim *** ../vim61a.023/runtime/evim.vim Wed Jul 18 21:58:03 2001 --- runtime/evim.vim Mon Mar 4 20:28:32 2002 *************** *** 1,6 **** " Vim script for Evim key bindings " Maintainer: Bram Moolenaar ! " Last Change: 2001 Jul 18 " Don't use Vi-compatible mode. set nocompatible --- 1,6 ---- " Vim script for Evim key bindings " Maintainer: Bram Moolenaar ! " Last Change: 2002 Mar 04 " Don't use Vi-compatible mode. set nocompatible *************** *** 17,22 **** --- 17,30 ---- " Make cursor keys ignore wrapping inoremap gj inoremap gk + + " CTRL-F does Find dialog instead of page forward + noremap :promptfind + vnoremap y:promptfind " + onoremap :promptfind + inoremap :promptfind + cnoremap :promptfind + set backspace=2 " allow backspacing over everything in insert mode set autoindent " always set autoindenting on *** ../vim61a.023/src/version.c Sun Mar 3 17:04:53 2002 --- src/version.c Mon Mar 4 20:32:35 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 24, /**/ -- hundred-and-one symptoms of being an internet addict: 127. You bring your laptop and cellular phone to church. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///