PDA

View Full Version : turning off word wrap in vim


misterx
08-21-2003, 10:43 PM
I can't seem to figure it out! It appears that the command is just wrap but no matter what I type("set wrap=off, wrap off, wrap, etc..") I can't get it to stop word wrapping. So...

If anybody knows how to turn off word wrapping in vim I would greatly appreciate that knowledge. Thanks.:thumbsup:

Jason
08-21-2003, 11:17 PM
type "set nowrap"
that should be the command....


Jason

misterx
08-21-2003, 11:37 PM
Yep that was it. Thanks a lot. I wish it was more clearly documented somewhere...:rolleyes:

Jason
08-21-2003, 11:40 PM
think of it this way....if you want something you set it...if you don't want it then its set noSomething...always...


Jason