VirMark.vim : Ability to create virtual marks.
| script karma |
Rating 9/5,
Downloaded by 1393 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Douglas Potts |
| |
| script type |
| utility |
| |
| description |
| Based on some advice given by Benji Fisher on utilizing a buffer local variable to store the current position. It becomes a virtual mark as it doesn't take up one of the normal vim 'marks' a-zA-Z, instead it uses a variable. They are local to a buffer, just like normal marks. Useful for scripts that need to keep position, but don't want to change the user's mark setting. |
| |
| install details |
| Put in your plugin directory. Can be used either from a Script or the command line. Two user commands SetMark and GoMark. Argument is just like normal mark command a a-z character. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.147
|