Skip to content

Releases: marklcrns/vim-smartq

v1.4.1

05 Sep 15:08
fd6e017

Choose a tag to compare

  • Fixed error when zen-mode not installed
  • Update docs

v1.4

04 Sep 22:05

Choose a tag to compare

  • Add folke/zen-mode.nvim support
  • Add g:smartq_goyo_integration
  • Add g:smartq_zenmode_integration
  • Improve Goyo support

v1.3

04 Sep 19:07

Choose a tag to compare

  • Add floating window support (neovim only)
  • Silenced all command execution
  • Add more global variables config
    • g:smartq_auto_wipe_emtpy
    • g:smartq_auto_close_splits
    • g:g:smartq_no_exit
  • Improved smartq quit prioritization
  • Better echo logging system

v1.2

07 Jul 21:45

Choose a tag to compare

Completely preserve splits. Add buftype support.

  • Splits are preserved to the final non-empty buffer.
  • Add options to exclude and include buftype
  • All splits collapse on the last empty modifiable buffer, else quit vim regardless of other non-modifiable splits
  • Auto wipe empty buffers when deleting/wiping a buffer
  • Bug fixes

v1.1

15 Jun 18:27

Choose a tag to compare

Minor updates and bug fixes

  • Allow set confirm prompt to takeover if the buffer is modified
  • Fix handling of g:smartq_q_filetypes
  • double confirmation when only buffer

v1.0

14 Jun 06:07

Choose a tag to compare

Initial Release