Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

setting textwidth to vimroom_width #19

Open
markquezada opened this issue Dec 30, 2011 · 2 comments
Open

setting textwidth to vimroom_width #19

markquezada opened this issue Dec 30, 2011 · 2 comments

Comments

@markquezada
Copy link

I noticed that you're setting textwidth to the width of the vim room pane, but this causes Vim to start hard-wrapping text:

if s:save_textwidth != ""
    exec( "set textwidth=".g:vimroom_width )
endif

Is it possible to turn this into a configurable option? Or am I missing something? I don't like hard-wrapping my text. (That's part of the reason I found vimroom in the first place.)

@mikewest
Copy link
Owner

I'm fine with making it a configurable option. Would you like to put a pull request together?

If not, I'll take care of it, but probably not anytime soon. :(

Happy holidays!

@markquezada
Copy link
Author

I'm pretty new to Vim scripting but I'll give it a go. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants