This repository was archived by the owner on Nov 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Vim-ArgWrap #
1+ # Vim-ArgWrap
22
33ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim text editor. It can be used for
44collapsing and expanding everything from function calls to array and dictionary definitions. All operations are easily
55reversible 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
11111 . 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
2828You 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
2232231. 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).
You can’t perform that action at this time.
0 commit comments