You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
I see you're setting wrap and linebreak when loading VimRoom. But since I have list option turned on, the word wrap breaks in the middle of the words for me.
The vim documentation for 'linebreak' says that it is not used when list is set. So, please set nolist when loading VimRoom. Thanks.
PS: You'll also want to save the state of the list option before loading VimRoom, as not all have it turned on. I'll see if I can create a pull request in the coming couple of days. Thanks again.
The text was updated successfully, but these errors were encountered:
One other thing, I see in the code that you are saving the settings at the time your plugin executes, not when VimRoom is activated. So, if I were to change an option after starting vim and before loading VimRoom, then you'd have the wrong value to restore.
Nothing major but might bite someone one day. I'm willing to fix it, you interested in accepting?
I see you're setting
wrap
andlinebreak
when loading VimRoom. But since I havelist
option turned on, the word wrap breaks in the middle of the words for me.The vim documentation for
'linebreak'
says that it is not used when list is set. So, pleaseset nolist
when loading VimRoom. Thanks.PS: You'll also want to save the state of the
list
option before loading VimRoom, as not all have it turned on. I'll see if I can create a pull request in the coming couple of days. Thanks again.The text was updated successfully, but these errors were encountered: