*Reproduce:*
1)create an file with following contents
util.clientflow_handle_unacceptable_http_status( self.exceptions, key,
status, req, resp )
^---cursor stays here( after the 'e')
2) run following command( with two "\w" ):
:echo searchpos('\V\%(*\w\|\w*\)\+\%#', "bn" )
hangs VIM. <C-c> can break the silence and VIM complains: "Interrupted"
But the following command with only one "\w" works fine:
:echo searchpos('\V\%(*\w*\)\+\%#', "bn" )
*Environment:*
Cent OS 4.5
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Nov 3 2009 13:58:26)
Compiled by [email protected]
Huge version without GUI. Features included (+) or not (-):
And .vimrc is:
1 if v:progname =~? "evim"~
2 finish~
3 endif~
4 ~
5 if exists("g:___VIMRC__")~
6 finish~
7 endif~
8 let g:___VIMRC__ = 1~
9 ~
10 ~
11 set nocompatible~
12 filetype plugin indent on~
13 syn on~
14 let mapleader = "9"~
15 ~
16 finish
--
要了几天饱饭就不记得西北风啥味了
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php