mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 10:09:29 +08:00
23 lines
912 B
Markdown
23 lines
912 B
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## [Unreleased]
|
|
### Added
|
|
|
|
- Basics: [Quickfix and location lists?](README.md#quickfix-and-location-lists)
|
|
- Quirks: [Newline used for NUL](README.md#newline-used-for-nul)
|
|
- Plugins: [New section "Commenters"](README.md#commenters)
|
|
- Plugins: [New section "Misc"](README.md#misc)
|
|
- Plugins: [New section "Tmux"](README.md#tmux)
|
|
- Tips: [Saner behavior of n and N](README.md#saner-behavior-of-n-and-n)
|
|
- Tips: [Quickly move current line](README.md#quickly-move-current-line)
|
|
- Tips: [Quickly add empty lines](README.md#quickly-add-empty-lines)
|
|
- Tips: [Don't lose selection when shifting sidewards](README.md#dont-lose-selection-when-shifting-sidewards)
|
|
|
|
## [1.0] - 2016-01-06
|
|
First release!
|
|
|
|
[Unreleased]: https://github.com/mhinz/vim-galore/compare/v1.0...HEAD
|
|
[1.0]: https://github.com/mhinz/vim-galore/compare/69677e2...v1.0
|