From e3d62f1ac8f665fdcdeba1dc86431b092c8a7e65 Mon Sep 17 00:00:00 2001 From: Chiel92 Date: Sat, 16 Mar 2013 13:57:11 +0100 Subject: [PATCH] readme corrections --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31ba20e..e0469a2 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Change log ---------- ### March 9 2013 The `custom_config` branch has been merged into the master branch. + * Customization of formatprograms can be done easily now, as explained above. * I set the default tabwidth to 4 for all formatprograms as well as for vim itself. * The default parameters for astyle have been slightly modified: it will wrap spaces around operators. @@ -103,9 +104,11 @@ The `custom_config` branch has been merged into the master branch. ### March 13 2013 * It is now possible to prevent vim-autoformat from overwriting your settings for `tabstop`, `softtabstop`, `shiftwidth` and `expandtab` in your .vimrc. + ### March 16 2013 -The `dynamic_indent_width` branch has been merged into the master branch +The `dynamic_indent_width` branch has been merged into the master branch. + * The options `expandtab`, `shiftwidth`, `tabstop` and `softtabstop` are not overwritten anymore. -* `g:formatprg_args_expr_` is introduced. * This obsoletes `g:autoformat_no_default_shiftwidth` +* `g:formatprg_args_expr_` is introduced. * For the default formatprogram definitions, the options `expandtab` and `shiftwidth` are taken into account whenever possible.