mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
vim-patch:8.0.0431 (#7908)
vim-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)
7720ba8599
This commit is contained in:

committed by
Justin M. Keyes

parent
a3daa8cb13
commit
8b1f7d8774
@@ -718,6 +718,7 @@ struct file_buffer {
|
||||
int b_ind_hash_comment;
|
||||
int b_ind_cpp_namespace;
|
||||
int b_ind_if_for_while;
|
||||
int b_ind_cpp_extern_c;
|
||||
|
||||
linenr_T b_no_eol_lnum; /* non-zero lnum when last line of next binary
|
||||
* write should not have an end-of-line */
|
||||
|
Reference in New Issue
Block a user