Releases: dstein64/vim-win
Releases · dstein64/vim-win
v1.5.0
- Add a letter mode for navigation with letters instead of window numbers.
v1.4.0
- Fix bug that caused an error when
vim-win
was used to close the last window in a tab. #2
v1.3.1
- Turn off
matchparen
highlighting.
v1.3.0
- Use
win_move_*
functions for resizing windows.
v1.2.1
- Fix bug preventing
<c-c>
from working on Cygwin.
v1.2.0
- Add support for versions of
vim<8.2
that had popup window support.
v1.1.2
- Only swap when the target window number is valid.
v1.1.1
- Added support for swapping windows that have
bufhidden=wipe
or bufhidden=delete
.
v1.1.0
- The new command
S
can swap buffers without changing the active window.
v1.0.0
v1.0.0
is the initial release of vim-win
.