commit | 5fb9ec5ed7a99e85f304b3450f9a8c6886fc779d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 16:10:03 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 16:10:03 2012 +0200 |
tree | a4a8064fee036443b816cc63916297cd4a5a702a | |
parent | 9581b5f70ea311bba35c537f0111a15bc96249c3 [diff] [blame] |
updated for version 7.3.612 Problem: Auto formatting messes up text when 'fo' contains "2". (ZyX) Solution: Decrement "less_cols". (Tor Perkins)
diff --git a/src/version.c b/src/version.c index ed205bb..bf2cec9 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 612, +/**/ 611, /**/ 610,