]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.069 v7.4.069
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Nov 2013 06:13:41 +0000 (07:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Nov 2013 06:13:41 +0000 (07:13 +0100)
commit6bcbcc59be58d0c3b3cd53ac105c6eb7d0b87f06
tree3027528e1aeb2edb9e7efe94f67e1cb1821d185f
parent0958e0fbe7307f0b46b8f692cbd097fbf93c90f6
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.
13 files changed:
runtime/doc/indent.txt
src/buffer.c
src/edit.c
src/eval.c
src/ex_getln.c
src/fold.c
src/misc1.c
src/ops.c
src/option.c
src/proto/misc1.pro
src/proto/option.pro
src/structs.h
src/version.c