RE: [gentoo-user] OT - Linewrap in vim

2006-03-27 Thread Michael Kintzios
-Original Message- From: Björn Gustafsson [mailto:[EMAIL PROTECTED] Sent: 24 March 2006 14:35 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT - Linewrap in vim :set noai and :set ai for when you want it back on :) I checked my vim config file and I had :set

RE: [gentoo-user] OT - Linewrap in vim

2006-03-24 Thread Michael Kintzios
-Original Message- From: JimD [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 21:20 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT - Linewrap in vim On Thu, 23 Mar 2006 12:18:44 -0600 Michael Sullivan [EMAIL PROTECTED] wrote: Is there a way to turn off

Re: [gentoo-user] OT - Linewrap in vim

2006-03-24 Thread Rafael Bugajewski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 24.03.2006 um 15:19 schrieb Michael Kintzios: While on this topic, when I cut paste in Vim it automatically inserts indents on the front of each pasted line which messes up my config files. I had it fixed some time ago and now I noticed it's

Re: [gentoo-user] OT - Linewrap in vim

2006-03-24 Thread Björn Gustafsson
Michael Kintzios wrote: -Original Message- From: JimD [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 21:20 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT - Linewrap in vim On Thu, 23 Mar 2006 12:18:44 -0600 Michael Sullivan [EMAIL PROTECTED] wrote: Is there a way

Re: [gentoo-user] OT - Linewrap in vim

2006-03-24 Thread Erik Haider Forsén
Michael Kintzios [EMAIL PROTECTED] writes: -Original Message- From: JimD [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 21:20 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT - Linewrap in vim On Thu, 23 Mar 2006 12:18:44 -0600 Michael Sullivan [EMAIL PROTECTED

Re: [gentoo-user] OT - Linewrap in vim

2006-03-24 Thread Rasmus Andersen
On Fri, Mar 24, 2006 at 02:19:19PM -, Michael Kintzios wrote: While on this topic, when I cut paste in Vim it automatically inserts indents on the front of each pasted line which messes up my config files. I had it fixed some time ago and now I noticed it's back - would you know how I

RE: [gentoo-user] OT - Linewrap in vim

2006-03-24 Thread Michael Kintzios
-Original Message- From: Rafael Bugajewski [mailto:[EMAIL PROTECTED] Sent: 24 March 2006 14:30 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT - Linewrap in vim -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 24.03.2006 um 15:19 schrieb Michael Kintzios

[gentoo-user] OT - Linewrap in vim

2006-03-23 Thread Michael Sullivan
Is there a way to turn off the line wrap function in vim/gvim? I know it doesn't actually wrap lines in the file - I just want to turn off the visual line wrap in the editor. Is that possible? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OT - Linewrap in vim

2006-03-23 Thread Michael Crute
On 3/23/06, Michael Sullivan [EMAIL PROTECTED] wrote: Is there a way to turn off the line wrap function in vim/gvim? I know it doesn't actually wrap lines in the file - I just want to turn off the visual line wrap in the editor. Is that possible? :set wrap! You can add it to your .vimrc and