Add editor_stop_format_chars ini option.
commit943320c434bcfd74a228d4a53d0397b5116f1199
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 17 Dec 2013 10:46:12 +0000 (17 14:46 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 14 Jan 2014 10:38:16 +0000 (14 14:38 +0400)
tree4eda78327795a90dd8031a9662d586b2ae9761a7
parent06a9feef32166a62c9521ec8772885ee1db0d401
Add editor_stop_format_chars ini option.

This option contains a set of characters to stop paragraph formatting.
If one of those characters is found in the begin of line, that line and
all following lines of paragraph will be untouched. Default value is
"-+*\,.;:&>".

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
doc/man/mcedit.1.in
src/editor/edit.h
src/editor/wordproc.c
src/setup.c