comparison src/Makefile @ 11069:814126a34c9d v8.0.0423

patch 8.0.0423: changing 'cinoptions' does not always work commit https://github.com/vim/vim/commit/6b64394f346594404cffb9591d71ac693040679f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 19:44:06 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 19:45:04 +0100
parents e71d3bdf3bc3
children 50459aeb4773
comparison
equal deleted inserted replaced
11068:8959c29dcc2a 11069:814126a34c9d
2102 test_bufwintabinfo \ 2102 test_bufwintabinfo \
2103 test_cdo \ 2103 test_cdo \
2104 test_channel \ 2104 test_channel \
2105 test_charsearch \ 2105 test_charsearch \
2106 test_changedtick \ 2106 test_changedtick \
2107 test_cindent \
2107 test_cmdline \ 2108 test_cmdline \
2108 test_command_count \ 2109 test_command_count \
2109 test_crypt \ 2110 test_crypt \
2110 test_cscope \ 2111 test_cscope \
2111 test_cursor_func \ 2112 test_cursor_func \