| Age | Commit message (Collapse) | Author | 
|---|
|  | Instead of matching any two characters (`..`), match specifically
alphabetic characters (`\a\{2}`) because all language codes are
two-letter codes. | 
|  | Allows us to call our commands like:
    :vertical RailsLocaleAlternate fr
    :rightbelow RailsLocaleAlternate en | 
|  | So language codes don't have to be quoted.
Before:
    :VRailsLocaleAlternate 'fr'
After:
    :VRailsLocaleAlternate fr | 
|  | Two new commands that will open an alternate Rails locale file in either
a horizontal or vertical split. Takes the current filename and replaces
the two-letter language code with the argument given to the command. |