arrow keys don't move cursor but output ABCD in INSERT mode

2011-07-04 Thread Kent
hi guys, last weekend I finally did the switch from .vim to vim-addon-manager. after the change, I made some small tests, almost everything looks fine. but the arrow key don't move cursor in INsert mode any longer, just ouput A, B, C, and D. I remembered that could be the vi-compatible problem.

Re: arrow keys don't move cursor but output ABCD in INSERT mode

2011-07-04 Thread Tim Chase
On 07/04/2011 03:07 AM, Kent wrote: last weekend I finally did the switch from .vim to vim-addon-manager. after the change, I made some small tests, almost everything looks fine. but the arrow key don't move cursor in INsert mode any longer, just ouput A, B, C, and D. I remembered that could be

Re: Replacing a range of numbers

2011-07-04 Thread Grador
Thank you very much. On Wed, Jun 22, 2011 at 02:24, Tim Chase v...@tim.thechases.com wrote: On 06/21/2011 04:45 PM, Grador wrote: Hi, I have lines like this(there could be any number): DELAY : 462 I want to replace all lines with number higher then 200 with 200. So the line above should

Re: Python plugin using PyWin32

2011-07-04 Thread Alexandre Martani
On 7/2/2011 6:45 AM, Roland Puntaier wrote: On 06/30/2011 04:35 PM, Alexandre Martani wrote: I am trying to use Vim R plugin [1], which is a Python plugin that uses PyWin32 on Windows. I have installed Python 2.7.1 and PyWin32. It is installed correctly, as I am able to do a import win32api

Spell checker not working for files opened with :e

2011-07-04 Thread Alexandre Provencio
Hello everyone, the spell checker here is is not working when opening files with :e, but it works if I :e again on the same viewport, or using the :tabe or calling the file as an argument for vim as in vim filename (same for gvim). I've already tried leaving only set spell spelllang=en on vimrc,

Re: How can I disable search highlighting after I use search for delete {motion}?

2011-07-04 Thread Xiaopan Zhang
Thanks for everybody's response! Yes, I can use combination of other motion such as dn(t|f), ... but in some situations, I think searching is the most intuitive way to tell vim what I want to do. The remapping of 'Ctrl-L' sounds the best solution to me. I will follow this. An 'Ctrl-L' after

Re: Spell checker not working for files opened with :e

2011-07-04 Thread Gary Johnson
On 2011-07-04, Alexandre Provencio wrote: Hello everyone, the spell checker here is is not working when opening files with :e, but it works if I :e again on the same viewport, or using the :tabe or calling the file as an argument for vim as in vim filename (same for gvim). I've already

Re: Spell checker not working for files opened with :e

2011-07-04 Thread Gary Johnson
On 2011-07-04, Gary Johnson wrote: On 2011-07-04, Alexandre Provencio wrote: Hello everyone, the spell checker here is is not working when opening files with :e, but it works if I :e again on the same viewport, or using the :tabe or calling the file as an argument for vim as in vim filename

Re: Spell checker not working for files opened with :e

2011-07-04 Thread Alexandre Provencio
On Mon, Jul 4, 2011 at 6:35 PM, Gary Johnson garyj...@spocom.com wrote: On 2011-07-04, Alexandre Provencio wrote: Hello everyone, the spell checker here is is not working when opening files with :e, but it works if I :e again on the same viewport, or using the :tabe or calling the file

Re: Spell checker not working for files opened with :e

2011-07-04 Thread Tony Mechelynck
On 05/07/11 05:38, Alexandre Provencio wrote: On Mon, Jul 4, 2011 at 6:35 PM, Gary Johnson garyj...@spocom.com mailto:garyj...@spocom.com wrote: On 2011-07-04, Alexandre Provencio wrote: Hello everyone, the spell checker here is is not working when opening files with :e,