From cc789e204dd5d2dc6a2243442381a83b0b30a7b9 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sat, 10 Aug 2013 10:52:03 +0200 Subject: [PATCH] Version 1.0 --- doc/move.txt | 10 ++++++++-- plugin/move.vim | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/move.txt b/doc/move.txt index ceef1ba..63827fa 100644 --- a/doc/move.txt +++ b/doc/move.txt @@ -9,12 +9,13 @@ Contents *move-contents* 1. Usage..................................|move-usage| 2. Mappings...............................|move-mappings| 3. License................................|move-license| + 4. Changelog..............................|move-changelog| =============================================================================== 1. Usage *move-usage* The move plugin is used to move lines and visual selections up and down by -wrapping the :move command. +wrapping the :move command. =============================================================================== 2. Mappings *move-mappings* @@ -54,11 +55,16 @@ Move current up by one line. Default: nmap MoveLineUp - =============================================================================== 3. License *move-license* This plugin is copyright by Matthias Vogelgesang and licensed under the MIT license. +=============================================================================== +3. Changelog *move-license* + +v1.0 + * Released on 08/10/13 + vim:ft=help: diff --git a/plugin/move.vim b/plugin/move.vim index 1809e2e..dcfbc0b 100644 --- a/plugin/move.vim +++ b/plugin/move.vim @@ -2,7 +2,7 @@ " File: plugin/move.vim " Description: Move lines and selections up and even down. " Author: Matthias Vogelgesang -" Version: 0.1 +" Version: 1.0 " =============================================================================