From: Jim Marshall Date: 2006-05-18T05:55:08+09:00 Subject: Re: Vim 7 insert-mode mappings ------=_Part_85214_31016857.1147899305477 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 5/15/06, Daniel Schierbeck wrote: > > It doesn't work -- it only indents the next line (which it has done all > along). I want it to add the `end' keyword after that line. If you are running console-mode Vim (within an Xterm, say, or at the text-mode Linux VT), then Vim is probably not seeing the shift modifier applied to the CR. Try gvim (graphical Vim) and see if it works there if this is the case; it really should. Unfortunately, I don't know if it's possible to get console-mode Vim to see the shift if that's the problem. ------=_Part_85214_31016857.1147899305477--