aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-06-09 22:01:32 +0800
committerGitHub <noreply@github.com>2022-06-09 22:01:32 +0800
commitd189bfaeb2de404455fee699a1c02b8bb8909398 (patch)
tree20c0d30c3d3cad1c6e6973e80c8c9583655b1a76 /src/nvim/buffer_defs.h
parent3da3cfc864e89a2dca6917183915683373c85af8 (diff)
parentb8742afb6f46c165e1f279c8099f112def3acc3b (diff)
downloadrneovim-d189bfaeb2de404455fee699a1c02b8bb8909398.tar.gz
rneovim-d189bfaeb2de404455fee699a1c02b8bb8909398.tar.bz2
rneovim-d189bfaeb2de404455fee699a1c02b8bb8909398.zip
Merge pull request #18908 from zeertzjq/vim-8.2.5066
vim-patch:8.2.{5066,5070}: lcs-leadmultispace
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 b5980612f8..f1dd8aadeb 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1232,6 +1232,7 @@ struct window_S {
int lead;
int trail;
int *multispace;
+ int *leadmultispace;
int conceal;
} w_p_lcs_chars;