vim-galore/CHANGELOG.md

59 lines
2.7 KiB
Markdown
Raw Normal View History

2016-01-06 00:04:02 +01:00
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
2016-01-07 18:09:51 +01:00
2016-01-07 18:38:30 +01:00
### Added
2016-01-09 03:23:11 +01:00
- Basics: [Marks?](README.md#marks)
2016-01-09 03:45:13 +01:00
- Tips: [Saner command-line history](README.md#saner-command-line-history)
2016-01-09 15:34:29 +01:00
- Usage: [Editing remote files](README.md#editing-remote-files)
- Usage: [Restore cursor position when opening file](#restore-cursor-position-when-opening-file)
2016-01-07 18:38:30 +01:00
- Debugging: [Verbosity](README.md#verbosity)
2016-01-08 15:32:09 +01:00
- Debugging: [Debugging Vim scripts](README.md#debugging-vim-scripts)
2016-01-09 14:59:54 +01:00
- Debugging: [Debugging syntax files](README.md#debugging-syntax-files)
2016-01-09 14:45:32 +01:00
- Quirks: [Editing small files is slow](README.md#editing-small-files-is-slow)
2016-01-09 14:26:05 +01:00
- Quirks: [Editing huge files is slow](README.md#editing-huge-files-is-slow)
- Quirks: [Delays when using escape key in terminal](README.md#delays-when-using-escape-key-in-terminal)
2016-01-10 02:36:58 +01:00
- Misc: [Additional resources](README.md#additional-resources)
2016-01-10 14:56:37 +01:00
- Misc: [Easter eggs](README.md#easter-eggs)
- Misc: [Why hjkl for navigation?](README.md#why-hjkl-for-navigation)
2016-01-07 18:38:30 +01:00
### Changed
- Basics: Improved [Mapleader?](README.md#mapleader)
- Usage: rewrote [Clipboard](README.md#clipboard)
2016-01-07 18:09:51 +01:00
## [1.1] - 2016-01-07
2016-01-06 00:32:16 +01:00
### Added
2016-01-06 01:01:22 +01:00
- Basics: [Quickfix and location lists?](README.md#quickfix-and-location-lists)
2016-01-06 16:57:59 +01:00
- Basics: [Registers?](README.md#registers)
2016-01-06 13:12:16 +01:00
- Basics: [Autocmds?](README.md#autocmds)
- Basics: [Motions? Operators? Text objects?](README.md#motions-operators-text-objects)
2016-01-07 17:20:08 +01:00
- Basics: [Locality?](#locality)
2016-01-07 14:17:39 +01:00
- Usage: [Clipboard](README.md#clipboard)
2016-01-06 01:01:22 +01:00
- Quirks: [Newline used for NUL](README.md#newline-used-for-nul)
2016-01-06 13:47:39 +01:00
- Quirks: [Bracketed paste (or why do I have to set 'paste' all the time?)](README.md#bracketed-paste-or-why-do-i-have-to-set-paste-all-the-time)
2016-01-06 01:51:47 +01:00
- Plugins: [New section "Commenters"](README.md#commenters)
2016-01-06 01:48:09 +01:00
- Plugins: [New section "Misc"](README.md#misc)
2016-01-06 02:01:50 +01:00
- Plugins: [New section "Tmux"](README.md#tmux)
2016-01-06 02:57:50 +01:00
- Tips: [Saner behavior of n and N](README.md#saner-behavior-of-n-and-n)
2016-01-06 03:06:32 +01:00
- Tips: [Quickly move current line](README.md#quickly-move-current-line)
2016-01-06 03:14:07 +01:00
- Tips: [Quickly add empty lines](README.md#quickly-add-empty-lines)
2016-01-06 03:34:48 +01:00
- Tips: [Quickly edit your macros](README.md#quickly-edit-your-macros)
- Tips: [Quickly jump to header or source file](README.md#quickly-jump-to-header-or-source-file)
2016-01-06 04:20:44 +01:00
- Tips: [Quickly change font size in GUI](README.md#quickly-change-font-size-in-gui)
2016-01-06 04:34:39 +01:00
- Tips: [Change cursor style in insert mode](README.md#change-cursor-style-in-insert-mode)
- Tips: [Don't lose selection when shifting sidewards](README.md#dont-lose-selection-when-shifting-sidewards)
2016-01-06 02:57:50 +01:00
2016-01-06 00:04:02 +01:00
## [1.0] - 2016-01-06
2016-01-07 18:09:51 +01:00
2016-01-06 00:04:02 +01:00
First release!
2016-01-07 18:09:51 +01:00
[Unreleased]: https://github.com/mhinz/vim-galore/compare/v1.1...HEAD
[1.1]: https://github.com/mhinz/vim-galore/compare/v1.0...v1.1
2016-01-06 00:04:02 +01:00
[1.0]: https://github.com/mhinz/vim-galore/compare/69677e2...v1.0