commit | 6bcbcc59be58d0c3b3cd53ac105c6eb7d0b87f06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 07:13:41 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 07:13:41 2013 +0100 |
tree | 3027528e1aeb2edb9e7efe94f67e1cb1821d185f | |
parent | 0958e0fbe7307f0b46b8f692cbd097fbf93c90f6 [diff] [blame] |
updated for version 7.4.069 Problem: Cannot right shift lines starting with #. Solution: Allow the right shift when 'cino' contains #N with N > 0. (Christian Brabandt) Refactor parsing 'cino', store the values in the buffer.
diff --git a/src/version.c b/src/version.c index a054f62..fc4597d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 69, +/**/ 68, /**/ 67,