Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore definitions of commands and keymap.HEADmaster | Matěj Cepl | 2024-02-07 | 1 | -21/+21 |
| | | | | Fixes: https://gitlab.com/mcepl/vim-diff_navigator/-/issues/5 | ||||
* | Hide vis/vim complexity behind getline shim. | Matěj Cepl | 2023-03-25 | 3 | -23/+65 |
| | |||||
* | Move countLines to hunk as well. | Matěj Cepl | 2023-03-17 | 3 | -25/+36 |
| | |||||
* | First working version of hunk module. | Matěj Cepl | 2023-03-17 | 3 | -52/+108 |
| | | | | | Parsing works, module function createHunkHeader works as well, and both tested on the good path. | ||||
* | Not yet | Matěj Cepl | 2023-03-16 | 2 | -11/+6 |
| | |||||
* | Another first draft | Matěj Cepl | 2023-03-16 | 2 | -0/+336 |
| | |||||
* | Don't do b:did_ftplugin thing, it prevents plugin from loading. | Matěj Cepl | 2018-04-18 | 1 | -6/+6 |
| | |||||
* | 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 DiffDeleteHunk command for deleting current hunk. | Matěj Cepl | 2015-02-06 | 1 | -19/+81 |
| | | | | | 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 | 1 | -61/+200 |
| | | | | | 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 | 1 | -0/+106 |