Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:scripts:lua [2013/07/11 03:02] – Updated SVN changes script to v0.6 thrawn | config:scripts:lua [2015/01/14 21:22] (current) – Adding "Format document on save" script olsonpm | ||
---|---|---|---|
Line 73: | Line 73: | ||
* Rearranged to show revision list before choosing the revision range type; | * Rearranged to show revision list before choosing the revision range type; | ||
* Fixed 'Show more' handling for multiline commit messages. | * Fixed 'Show more' handling for multiline commit messages. | ||
+ | v0.7: | ||
+ | * Allow selection of ending revision; | ||
+ | * Fix revision list width. | ||
===== Multi-clipboard support ===== | ===== Multi-clipboard support ===== | ||
Line 140: | Line 143: | ||
{{: | {{: | ||
+ | |||
+ | {{tag> | ||
+ | |||
+ | |||
+ | ===== Format document on save ===== | ||
+ | |||
+ | This file is more a framework to write your own cli calls to format the current file upon save. There are a few hacks to get around the issue | ||
+ | of a possible infinite loop (since the workflow is save -> format document -> save), but everything is heavily commented for your ease of use. | ||
+ | Please note you will need to save this file under the reserved .../ | ||
+ | |||
+ | {{: | ||
{{tag> | {{tag> | ||