comparison src/structs.h @ 11087:242e0617aa51 v8.0.0431

patch 8.0.0431: 'cinoptions' cannot set indent for extern block commit https://github.com/vim/vim/commit/7720ba8599162fbbb8f7fc034f674a2ccd3ca7f1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 8 22:19:26 2017 +0100 patch 8.0.0431: 'cinoptions' cannot set indent for extern block Problem: 'cinoptions' cannot set indent for extern block. Solution: Add the "E" flag in 'cinoptions'. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Mar 2017 22:30:05 +0100
parents e71d3bdf3bc3
children 77f3b7316d8b
comparison
equal deleted inserted replaced
11086:f283d02368ac 11087:242e0617aa51
2234 int b_ind_js; 2234 int b_ind_js;
2235 int b_ind_keep_case_label; 2235 int b_ind_keep_case_label;
2236 int b_ind_hash_comment; 2236 int b_ind_hash_comment;
2237 int b_ind_cpp_namespace; 2237 int b_ind_cpp_namespace;
2238 int b_ind_if_for_while; 2238 int b_ind_if_for_while;
2239 int b_ind_cpp_extern_c;
2239 #endif 2240 #endif
2240 2241
2241 linenr_T b_no_eol_lnum; /* non-zero lnum when last line of next binary 2242 linenr_T b_no_eol_lnum; /* non-zero lnum when last line of next binary
2242 * write should not have an end-of-line */ 2243 * write should not have an end-of-line */
2243 2244