Skip to content

v0.2.0 Release Note

Compare
Choose a tag to compare
@jwu jwu released this 29 Apr 02:56
· 130 commits to master since this release

New Features

  • Integrate Taglist and Tagbar.
  • Add online help toggle option g:ex_{plugin}_enable_help for on/off help text in ex-plugins.
  • Add mkview and loadview in ex-project, this will allow ex-project keep the folding state.

Changes

  • Refine the script to help ex-project become a standalone plugin.
  • Add options in ctags shell to help generate namespaces tags.

Bug Fixes

  • Fix target line highlight will not clear when we use :q or :close close ex-plugin window.
  • Fix zoom window toggle will not reset when close ex-plugin window.
  • Fix ex-plugin focus error when editing multiple splitted buffer.
  • Fix after close a splitted window, ex-plugin will always open with a splitted buffer.
  • Fix when there is no edit window, ex-plugin window open will mess up.
  • Fix <leader>bd will close unsaved buffer without warning.
  • Fix ex-project will not keep fold state when close and re-open.