sponsor Vim development Vim logo Vim Book Ad

numsign.vim : jump between signs  according sign ID or Line Number

 script karma  Rating 11/6, Downloaded by 1078  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
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: 3.16.218.62

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github