delins.vim : easy marking of corrections in a document
| script karma |
Rating 1/1,
Downloaded by 548 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Mirko Scholz |
| |
| script type |
| utility |
| |
| description |
This script I use for marking changes in text files with the html ins and del tags.
To mark something something to insert past the current char press <F5> in normal mode. "<ins></ins>" appears. The caret is where you would expect it in insert mode.
To mark something to be deleted mark it in visual mode and press
D. "<del>...</del>" appears around it.
For convenience R (replace) in visual mode is bound to D<F5>. |
| |
| install details |
simply source it, when you need it.
or do an :au binding |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|