aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorKunMing Xie <qqzz014@gmail.com>2018-01-25 18:26:47 +0800
committerJustin M. Keyes <justinkz@gmail.com>2018-01-25 11:26:47 +0100
commit8b1f7d8774b235ae4f0dc0fa64d58e3cad9f8283 (patch)
treecbd6682b648eb1b9617654eb1d41a61a957e6abd /src/nvim/buffer_defs.h
parenta3daa8cb136c83c2fc0e5c9283cde1f7a8ce246c (diff)
downloadrneovim-8b1f7d8774b235ae4f0dc0fa64d58e3cad9f8283.tar.gz
rneovim-8b1f7d8774b235ae4f0dc0fa64d58e3cad9f8283.tar.bz2
rneovim-8b1f7d8774b235ae4f0dc0fa64d58e3cad9f8283.zip
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) https://github.com/vim/vim/commit/7720ba8599162fbbb8f7fc034f674a2ccd3ca7f1
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 5702ceaaef..8de4286216 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -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 */