Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

56 lines (42 loc) · 1.42 KB

0.11.0:

  • Maintenance: Catchup vmp changes, no longer use service.Base, use getClass instead.

0.10.2:

  • Maintenance: Remove conditional code used in vmp version migration.

0.10.1:

  • Maintenance:
    • Use Base.register over Base.initClass.

0.10.0:

  • Maintenance:
    • Convert Coffee-to-JS
    • Also make vmp commands compatible with upcoming ES6-class-based-vmp-operations.

0.9.1:

  • New: Add one-time notifcation to use original ex-mode, since it support vim-mode-plus now.

0.9.0:

  • New: nohlsearch command.

0.8.1:

  • Keymaps: Provide default keymaps.

    'atom-text-editor.vim-mode-plus.normal-mode':
      ':': 'vim-mode-plus-ex-mode:open'
      '!': 'vim-mode-plus-ex-mode:toggle-setting'

0.8.0: Unpublished because of mistake.

0.7.1:

  • New: Move To Relative Line e.g. +5, -5 by @gabeboning.

0.7.0

  • Improve: Cleanup
  • Improve: Cache select-list-item once generated.
  • Improve: Make MoveToLineAndColumn motion to characterwise
  • Breaking: List item was limited to max=5, but now no longer set max items.

0.6.1

  • Fix: Bug

0.6.0

  • New: x command(alias of wq) by @nwaywood
  • New: xall command(alias of wqall)
  • New: moveToLineAndColumn command. input with line:column e.g. 10:13(line=10, column=13)

0.5.0

  • Fix: Fast typing :w results in q command because #8

0.4.0 - Refactoring

0.3.0 - Improve

0.2.0 - First published version

0.1.0 - prototype