Skip to content

Commit

Permalink
Remove = separators from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Jan 29, 2010
1 parent 8af5a65 commit 3f79af0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/unimpaired.txt
Expand Up @@ -5,12 +5,10 @@ License: Same terms as Vim itself (see |license|)

This plugin is only available if 'compatible' is not set.

==============================================================================
INTRODUCTION *unimpaired*

This plugin provides several pairs of bracket maps.

==============================================================================
NEXT AND PREVIOUS *unimpaired-next*

The following maps all correspond to normal mode commands. If a count is
Expand Down Expand Up @@ -42,7 +40,6 @@ is "args" and for the "q" commands is "quickfix".
]o Go to the file succeeding the current one
alphabetically in the current file's directory.

==============================================================================
LINE OPERATIONS *unimpaired-lines*

*[<Space>*
Expand All @@ -57,7 +54,6 @@ LINE OPERATIONS *unimpaired-lines*
*]e* *v_]e*
]e Exchange the current line with the one below it.

==============================================================================
ENCODING AND DECODING *unimpaired-encoding*

Each of these operations has a map that takes a motion, a map that
Expand Down Expand Up @@ -96,7 +92,6 @@ Mnenomic: encoding always comes before decoding; "[" always comes before "]".
]yy
{Visual}]y

==============================================================================
TODO *unimpaired-todo*

Accept a count with |[e| and |]e|
Expand Down

0 comments on commit 3f79af0

Please sign in to comment.