Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't do b:did_ftplugin thing, it prevents plugin from loading. | Matěj Cepl | 2018-04-18 | 1 | -6/+6 |
| | |||||
* | Another bug | Matěj Cepl | 2015-02-06 | 1 | -0/+50 |
| | |||||
* | Avoid duplicate tag in plugin documentation | Petr Uzel | 2015-02-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz> | ||||
* | Don't redefine major vim commands. | Matěj Cepl | 2015-02-06 | 1 | -7/+10 |
| | | | | | Instead of redefining D and S, use <leader>-prepended mappings instead. Also fix header of the file. | ||||
* | Add documentation. | Matěj Cepl | 2015-02-06 | 3 | -0/+101 |
| | |||||
* | Add DiffDeleteHunk command for deleting current hunk. | Matěj Cepl | 2015-02-06 | 8 | -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 Cepl | 2015-02-06 | 10 | -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 upload | Petr Uzel | 2015-02-06 | 2 | -0/+125 |