Features:
- Makes the common case easy
- Comes with a predefined set of alignment rules
- Provides a fast and intuitive interface
- Extensible
- You can define your own rules
- Supports arbitrary regular expressions
- Optimized for code editing
- Takes advantage of syntax highlighting feature to avoid unwanted alignments
- <CTRL-/> doesn't work on GVim. So added <CTRL-X> as another trigger for regular expression
- <Left>, <Right> key to toggle stick_to_left option
- Retain visual selection display on <CTRL-L/R/O/X>
Added support for negative field numbers (backward scan).
Fixed invalid alignment in the presence of multibyte characters.
Added an alignment rule for closing braces.