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

Close padding buffers if we quit current buffer #12

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7787e23
Change some settings to fit my requirement
vayn Oct 8, 2011
3597d68
Change mapping
vayn Oct 8, 2011
d6ae7df
Replace V with v in mapping
vayn Oct 8, 2011
1651408
Split background color in different env
vayn Oct 8, 2011
e11829f
Merge branch 'master' of git://github.com/mikewest/vimroom
vayn Oct 9, 2011
c243ce9
Tweak the code
vayn Oct 9, 2011
fe88aa0
Merge branch 'master' of git://github.com/mikewest/vimroom
vayn Oct 9, 2011
c4878e4
Delete diff file
vayn Oct 9, 2011
4d3b858
Use "setlocal" instead of "set" when setting modifiable
vayn Oct 9, 2011
cddd22a
Delete colorcolumn settings
vayn Oct 9, 2011
4a07f5e
Fix "windows close" problem
vayn Oct 9, 2011
656ed95
Set numberwidth
vayn Oct 9, 2011
120e587
Fix local variable
vayn Oct 9, 2011
3cc161f
Add snapshot in readme
vayn Oct 9, 2011
89f0967
"Disable" line number not "close" it
vayn Oct 9, 2011
af8cf42
Disable line number in height padding windows
vayn Oct 9, 2011
e4f55c6
Revert default column width to 80
vayn Oct 9, 2011
cafbc80
Change default width to 82
vayn Oct 9, 2011
37a64ec
Merge branch 'master' of git://github.com/mikewest/vimroom
vayn Oct 9, 2011
e05ad46
Revert README
vayn Oct 9, 2011
e6bcb93
Change numberwidth when Vim is in VimRoom
vayn Oct 9, 2011
6c37c56
Move modified vimroom to correct directory
vayn Oct 9, 2011
fc01956
Close padding buffers if we quit current buffer
vayn Oct 9, 2011
559a4a0
Merge branch 'master' of git://github.com/mikewest/vimroom
vayn Oct 10, 2011
650bf97
Sometimes user would change colorscheme when they are in room
vayn Oct 11, 2011
f9bbbc5
Enhanced solution for closing padding buffers when we quit current bu…
vayn Oct 11, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change mapping
vayn committed Oct 8, 2011

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3597d68cdf5e5ae449e6e4453c760fb62e26a87a
2 changes: 1 addition & 1 deletion plugin/vimroom.vim
Original file line number Diff line number Diff line change
@@ -209,5 +209,5 @@ command -nargs=0 VimroomToggle call <SID>VimroomToggle()

" If no mapping exists, map it to `<Leader>V`.
if !hasmapto( '<Plug>VimroomToggle' )
nmap <Leader>v <Plug>VimroomToggle
nmap <Leader>V <Plug>VimroomToggle
endif