commit | 7720ba8599162fbbb8f7fc034f674a2ccd3ca7f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 08 22:19:26 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 08 22:19:26 2017 +0100 |
tree | d130bb2242a5993528be171cee687af290525a53 | |
parent | bb962262eb6b18d93161d7506317d215ae80bfe5 [diff] [blame] |
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)
diff --git a/src/structs.h b/src/structs.h index 5745df2..475280a 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -2236,6 +2236,7 @@ int b_ind_hash_comment; int b_ind_cpp_namespace; int b_ind_if_for_while; + int b_ind_cpp_extern_c; #endif linenr_T b_no_eol_lnum; /* non-zero lnum when last line of next binary