diffwindow_movement : Movement over changes in a diff window.
| script karma |
Rating 1/1,
Downloaded by 167
|
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Ingo Karkat |
| |
| script type |
| utility |
| |
| description |
DESCRIPTION
This plugin provides movement commands and text objects for windows in diff
mode.
USAGE
]C Go to [count] next end of a change.
[C Go to [count] previous end of a change.
These complement the built-in ]c [c commands.
ic "inner change" text object; in a diff window, select
[count] changes.
id "inner difference" text object; difference is more
fine-granular than diff changes; in a diff window,
select a range of lines that have the same
DiffAdd/DiffChange/DiffDelete highlighting. |
| |
| install details |
INSTALLATION
This script is packaged as a vimball. If you have the "gunzip" decompressor
in your PATH, simply edit the *.vba.gz package in Vim; otherwise, decompress
the archive first, e.g. using WinZip. Inside Vim, install by sourcing the
vimball or via the :UseVimball command.
vim diffwindow_movement.vba.gz
:so %
To uninstall, use the :RmVimball command.
DEPENDENCIES
- Requires Vim 7.0 or higher.
- Requires the CountJump plugin (vimscript #3130), version 1.50. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 54.234.126.92
|