This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Close padding buffers if we quit current buffer #12
Open
vayn
wants to merge
26
commits into
mikewest:master
Choose a base branch
from
vayn:upstream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Change mapping * Change sidebar setting
Conflicts: plugin/vimroom.vim
* Formatting source code * Use local variable to save default setting
Conflicts: plugin/vimroom.vim
I found 80 is not wide enough if textwidth is 79
Conflicts: plugin/vimroom.vim
aha, I wanna this feature too, tried some hacks but your way seems better. |
On Mon, Oct 10, 2011 at 1:57 PM, georgexsh <
Thanks :) Don't Panic. 不要惊慌。 |
Ok. That's a lot of commits. :) The feature sounds interesting. I'll take a look at fc01956 sometime this afternoon... Thanks for putting it together! |
You are welcome. I like VimRoom very much :D |
f9bbbc5 is not an elegant way to handle the edge case, but I can't come up with other ideas :( |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close all padding buffers at once when we close current buffer, if we don't use VimRoomToggle to close VimRoom before. Please see diff and you can omit all commits except fc01956 :)