]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0423: changing 'cinoptions' does not always work v8.0.0423
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 18:44:06 +0000 (19:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 18:44:06 +0000 (19:44 +0100)
commit6b64394f346594404cffb9591d71ac693040679f
tree071c5aee49d73707a14ed71834adb1463b59fa44
parentf411a3c5aff644ec7a999be83ef22adf3e1132dd
patch 8.0.0423: changing 'cinoptions' does not always work

Problem:    The effect of adding "#" to 'cinoptions' is not always removed.
            (David Briscoe)
Solution:   Reset b_ind_hash_comment. (Christian Brabandt, closes #1475)
src/Makefile
src/misc1.c
src/testdir/Make_all.mak
src/testdir/test3.in
src/testdir/test_cindent.vim [new file with mode: 0644]
src/version.c