Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Aug 10, 2013
1 parent 52bd033 commit cc789e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions doc/move.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -54,11 +55,16 @@ Move current up by one line.

Default: nmap <A-k> <Plug>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:
2 changes: 1 addition & 1 deletion plugin/move.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" File: plugin/move.vim
" Description: Move lines and selections up and even down.
" Author: Matthias Vogelgesang <github.com/matze>
" Version: 0.1
" Version: 1.0
" =============================================================================


Expand Down

0 comments on commit cc789e2

Please sign in to comment.