aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restore definitions of commands and keymap.HEADmasterMatěj Cepl2024-02-071-21/+21
| | | | Fixes: https://gitlab.com/mcepl/vim-diff_navigator/-/issues/5
* Hide vis/vim complexity behind getline shim.Matěj Cepl2023-03-253-23/+65
|
* Move countLines to hunk as well.Matěj Cepl2023-03-173-25/+36
|
* First working version of hunk module.Matěj Cepl2023-03-173-52/+108
| | | | | Parsing works, module function createHunkHeader works as well, and both tested on the good path.
* Not yetMatěj Cepl2023-03-162-11/+6
|
* Another first draftMatěj Cepl2023-03-164-1/+343
|
* Add ftdetect to set ft properly for .rej filesMatěj Cepl2019-04-301-0/+1
|
* Remove .be subdirectoryMatěj Cepl2018-05-0515-388/+0
|
* 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