getting cindent to ignore ':'

2006-11-02 Thread Viktor Kojouharov
Hello, Is there any way to make cindent ignore lines that start with ^\s*: and treat them like regular lines? I'm trying to make a basic intent file for javascript since there is none in vim itself, but javascript it uses ':' a lot which makes cindent fail.

Re: possible bug with vim7 and the arrow keys

2007-04-23 Thread Viktor Kojouharov
On 4/23/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Виктор Кожухаров wrote: Hello, I think there might be a bug with vim7, and they way it handles the arrow keys in a terminal. The problem is, that in insert mode, the arrow keys don't navigate through the text, but output letters. For

Re: possible bug with vim7 and the arrow keys

2007-04-23 Thread Viktor Kojouharov
On 4/23/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Виктор Кожухаров wrote: Hello, I think there might be a bug with vim7, and they way it handles the arrow keys in a terminal. The problem is, that in insert mode, the arrow keys don't navigate through the text, but output letters. For