aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin
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-162-0/+336
|
* Don't do b:did_ftplugin thing, it prevents plugin from loading.Matěj Cepl2018-04-181-6/+6
|
* 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 DiffDeleteHunk command for deleting current hunk.Matěj Cepl2015-02-061-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 Cepl2015-02-061-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 uploadPetr Uzel2015-02-061-0/+106