Skip to content

Releases: dstein64/vim-win

v1.5.0

20 Oct 02:42
Compare
Choose a tag to compare
  • Add a letter mode for navigation with letters instead of window numbers.
    • Enter letter mode with g

v1.4.0

06 Jan 16:51
Compare
Choose a tag to compare
  • Fix bug that caused an error when vim-win was used to close the last window in a tab. #2

v1.3.1

13 Apr 02:13
Compare
Choose a tag to compare
  • Turn off matchparen highlighting.

v1.3.0

07 Aug 16:45
Compare
Choose a tag to compare
  • Use win_move_* functions for resizing windows.

v1.2.1

02 Jan 06:37
Compare
Choose a tag to compare
  • Fix bug preventing <c-c> from working on Cygwin.

v1.2.0

08 Dec 06:49
Compare
Choose a tag to compare
  • Add support for versions of vim<8.2 that had popup window support.

v1.1.2

26 Jan 20:17
Compare
Choose a tag to compare
  • Only swap when the target window number is valid.

v1.1.1

25 Jan 21:57
Compare
Choose a tag to compare
  • Added support for swapping windows that have bufhidden=wipe or bufhidden=delete.

v1.1.0

20 Jan 02:23
Compare
Choose a tag to compare
  • The new command S can swap buffers without changing the active window.

v1.0.0

13 Jan 03:09
Compare
Choose a tag to compare

v1.0.0 is the initial release of vim-win.