| vartabs.vim : Make your TAB-Key stop at arbitrary positions 
 
 
  | script karma | Rating 7/4,
    Downloaded by 1634 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Michael Fitz |  |  |  | script type |  | ftplugin |  |  |  | description |  | The usual <TAB> stops at any 'shiftwidth' position. Sometimes (eg. when programming in RPG or /370-ASM) it is useful to have arbitrary positions (eg. for /370-ASM they are 10,16,71).
 
 This script will give you this feature depending on the filetype.
 |  |  |  | install details |  | 1) Copy VARTABS.VIM into your plugin-directory 2) Add in the approbiate filetype-plugin the following line (numbers must be ascending!):
 :call VarTab_SetStops([10,16,71]) means: <TAB> will now stop on column 10, 16, 71, <S-TAB> will do in reverse direction.
 |  |  |  
Click on the package to download.
 
 
ip used for rating: 216.73.216.155
        | VARTABS.VIM | 2.0 | 2014-07-25 | 7.0 | Michael Fitz | Now allows Lists as argument in VarTab_SetStops (eg.: :call VarTab_SetStops[10,16,72]) Old String-argument furthermore supported for backwards-compatibility.
 Internal logic completely switched to Lists.
 |  
        | VARTABS.VIM | 1.0 | 2003-10-07 | 6.0 | Michael Fitz | Initial upload |  |