Thanks your reply. On Thursday, August 11, 2011 2:55:54 PM UTC+9, Dominique Pelle wrote: > > mattn wrote: > > > Ah, you are right. > > But now I get a vim's bug that crash with syntax display. > > I'm trying to figure out it. > > I'll post at later. > > Below is a way to reproduce. > > 1. install http://www.vim.org/scripts/script.php?script_id=2332 > > 2. install https://github.com/Shougo/unite.vim to bundle directory > > 3. install https://github.com/ujihisa/unite-locate to bundle directory > > 4. :Unite locate > > 5. type i on ">". and type foo (the word you will get some result from > > locate) > > 6. type jjj to select item, then enter. > > > I can't reproduce this bug. I'm using Vim-7.3.280 on Linux x86. > > I did ":set cursorline" before all above steps. > > About step 5 and 6, I think you also need to press <Esc> > to get out of insert mode, after inserting foo. In other words, > with cursor on ">", press ifoo<Esc>jjj<Enter> > > Correct? >
Sorry, it's a: with cursor on ">", press afoo<esc>jjj<enter> > Unrelated: while in insert mode, if I press <Bs> then <Del> > I see an error in the plugin: > > Error detected while processing function > > <SNR>84_on_insert_leave..unite#redraw..<SNR>84_redraw..<SNR>84_recache_candidates..324..unite#util#system..<SNR>81_system: > line 9: > E484: Can't open file /tmp/vncgbrB/4 > One more sorry. It require vimproc. https://github.com/Shougo/vimproc # note that vimproc need to compile. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
