~foosoft/vim-argwrap

663707b6 — Alex Yatskov 2 months ago master
Update README
9113ea6c — Alex Yatskov 2 months ago
Update URL
871b9fe5 — Alex Yatskov 2 months ago
Update README
883f8094 — Alex Yatskov 2 months ago
Add deprecation message
Merge pull request #32 from yut23/patch-1

Match the inner brace scope when on an opening bracket
1a4a2d4c — Eric T. Johnson 1 year, 6 months ago
Match the inner brace scope when on an opening bracket

Fixes #3.
feaba6b8 — Alex Yatskov 2 years ago
Update README
0faba071 — Alex Yatskov 3 years ago
Update README
0c034837 — Alex Yatskov 3 years ago
Update readme
c5de0769 — Alex Yatskov 3 years ago
Update README
0621273b — Alex Yatskov 3 years ago
Add site metadata
f1c1d2b0 — Alex Yatskov 3 years ago
Merge pull request #27 from camilledejoye/fix/php-smart-brace-handle-static-methods

Fix PHP smart brace hook for static method
8f963a11 — Alex Yatskov 3 years ago
Update README
8585d3f2 — Camille Dejoye 4 years ago
remove remaining spaces at the end of the line after unwrapping
2c997ed7 — Camille Dejoye 4 years ago
Fix PHP smart brace hook for static method
f3d122d9 — Alex Yatskov 4 years ago
Merge pull request #24 from elythyr/improvement-preserve-cursor-position

Improvement preserve cursor position
878e9c87 — Alex Yatskov 4 years ago
Merge pull request #23 from elythyr/improvement-hooks

improvement: hooks & PHP open brace handling for methods
7afc8ac1 — Camille Dejoye 4 years ago
improvement: preserve the cursor position

The idea was to be able to keep the cursor on the same position than
before an operation.
To solve this issue I first extract the position of the cursor, this
position is given relative to the argument list. It contains the number
of the argument and a column number relative to the start of the
argument.
This way it is possible to position the cursor later on and I hope it
should be pretty easy for any extension to adapt it if needed since it's
provided in the container dictionary.
209ae8f2 — Camille Dejoye 4 years ago
doc: update the doc for the order of hooks
b0e60c9c — Camille Dejoye 4 years ago
improvement: globally initialize the settings

The settings were initialize in an autoload which is not a good
practice.
So I initialize them in the plugin directly, this way there are
initialize only once when the plugin is loaded and they can be access
anywhere without having to worry about what the default value.
Next
Do not follow this link