aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't do b:did_ftplugin thing, it prevents plugin from loading.Matěj Cepl2018-04-181-6/+6
|
* Another bugMatěj Cepl2015-02-061-0/+50
|
* Avoid duplicate tag in plugin documentationPetr Uzel2015-02-061-1/+0
| | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* Don't redefine major vim commands.Matěj Cepl2015-02-061-7/+10
| | | | | Instead of redefining D and S, use <leader>-prepended mappings instead. Also fix header of the file.
* Add documentation.Matěj Cepl2015-02-063-0/+101
|
* Add DiffDeleteHunk command for deleting current hunk.Matěj Cepl2015-02-068-20/+251
| | | | | Deletes the hunk on which the cursor is and makes sure that the following header is correctly changed.
* Add DiffSplitHunk function.Matěj Cepl2015-02-0610-61/+430
| | | | | Splits the hunk in which the cursor is making sure that all surrounding hunk headers are correct (i.e., adjusts the original hunk header).
* Version 0.1: Initial uploadPetr Uzel2015-02-062-0/+125