numsign.vim : jump between signs according sign ID or Line Number
script karma |
Rating 11/6,
Downloaded by 1142 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
jinjing he |
|
script type |
utility |
|
description |
" Script Name: numsign.vim
" Version: 1.01
" Last Change: Sep 21, 2012
" Author: hjjdebug
" Email: hejinjing@tom.com
" Description: like ultra edit signs but beyond it , jump between signs according sign ID or line Number
"
" Usage:
" it has tow working mode, default is jump between signs according sign ID,
" you can use \sm, which will toggle according sign ID or according Line Number
"
" <C-F2> \ss ----> toggle sign
" <F2> \sn ----> jump to next sign
" <S-F2> \sp ----> jump to previous sign
" \sc ----> clear all signs
" \sm ----> toggle working mode
" \sl ----> list current buffer signs |
|
install details |
put this file in your vimfile/plugin or equivalent |
|
script versions (upload new version)
Click on the package to download.
numsign.vim |
1.02 |
2012-09-21 |
7.0 |
jinjing he |
change next placeID use current MaximumID+1, so when you remove the last sign, you can reuse the last signID |
numsign.vim |
1.01 |
2012-09-08 |
7.0 |
jinjing he |
solve the problem. when insert or remove lines, goto next or previous sign will goto the old place. |
ip used for rating: 18.97.14.85
|