Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 8f963a1

Browse files
committed
Update README
1 parent f3d122d commit 8f963a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Vim-ArgWrap #
1+
# Vim-ArgWrap
22

33
ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim text editor. It can be used for
44
collapsing and expanding everything from function calls to array and dictionary definitions. All operations are easily
55
reversible and correctly preserve the indentation of the surrounding code.
66

77
![](https://foosoft.net/projects/vim-argwrap/img/demo.gif)
88

9-
## Installation ##
9+
## Installation
1010

1111
1. Clone or otherwise download ArgWrap extension. Users of [pathogen.vim](https://github.com/tpope/vim-pathogen) can
1212
clone the repository directly to their bundle directory:
@@ -23,7 +23,7 @@ reversible and correctly preserve the indentation of the surrounding code.
2323
nnoremap <silent> <leader>a :ArgWrap<CR>
2424
```
2525
26-
## Configuration ##
26+
## Configuration
2727
2828
You can customize the behavior of this extension by setting values for any of the following optional *buffer* and
2929
*global* configuration variables in your `.vimrc` file. Buffer variables (prefixed with `b:`) take precedence over
@@ -218,7 +218,7 @@ file basis using `ftplugin` or `autocmd`. For example, the `argwrap_tail_comma`
218218
)
219219
```
220220
221-
## Usage ##
221+
## Usage
222222
223223
1. Position the cursor *inside* of the scope of the parenthesis, brackets or curly braces you wish to wrap/unwrap (not
224224
on top, before or after them).

0 commit comments

Comments
 (0)