mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00

Also, distinguish (by abbreviating their names) and manage
foldable kinds of syntax items: blocks of code ("b"), plain
comments ("c"), Javadoc comments ("d"), adjacent "import"
declarations ("i"). Fold all qualifying items by default;
otherwise, do not fold items of explicitly delisted kinds.
For example,
------------------------------------------------------------
let g:java_ignore_folding = "bcdi"
------------------------------------------------------------
Resolves zzzyxwvut/java-vim#12.
closes: vim/vim#18492
143686b3c4
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>