fgl.vim : Indent script for IBM INFORMIX 4GL/4Js programs
script karma |
Rating 15/6,
Downloaded by 1676 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Tim Kim |
|
script type |
indent |
|
description |
The script indents IBM INFORMIX 4GL/4Js programs.
Auto-indent happens when you go to the next line or next word after typing
1. A whole keyword (e.g. ELSE, WHEN, ON, ...)
2. A keyword phrase (e.g "BEFORE FIELD", "AFTER FIELD").
|
|
install details |
1. Place the script(fgl.vim) in "indent" directory, which is found where vim editor is installed.
2. Add the following lines in .vimrc/.gvimrc/_vimrc
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
set et ts=3 sw=3 ai
filetype indent on
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
script versions (upload new version)
Click on the package to download.
fgl.vim |
1.2 |
2010-03-10 |
6.0 |
Tim Kim |
Handling multi line statement
|
fgl.vim |
1.12 |
2003-03-10 |
6.0 |
Tim Kim |
Bug fix :
Problem : The ELSE statement is not unindented.
It's fixed.
|
ip used for rating: 18.216.7.205
|