On Fri, Aug 26, 2005 at 11:37:37AM +0300, Taras Heychenko wrote:
Сорри, не сообразил, что многоразовая работа, которая должна выполнятся скриптом. На вот эти команды gq vim вызывает какую-то внешнюю приблуду (во фре fmt). Посмотри, что вызывается в линуксе.
А чего бы под линухом fmt не водиться?
$ uname
Linux
$ fmt --help
Usage: fmt [-DIGITS] [OPTION]... [FILE]...
Reformat each paragraph in the FILE(s), writing to standard output.
If no FILE or if FILE is -', read standard input.
Mandatory arguments to long options are mandatory for short options too.
-c, --crown-margin preserve indentation of first two lines
-p, --prefix=STRING combine only lines having STRING as prefix
-s, --split-only split long lines, but do not refill
-t, --tagged-paragraph indentation of first line different from second
-u, --uniform-spacing one space between words, two after sentences
-w, --width=WIDTH maximum line width (default of 75 columns)
--help display this help and exit
--version output version information and exit
With no FILE, or when FILE is -, read standard input.
Report bugs to