Files
neovim/runtime/doc
zeertzjq c401999e47 vim-patch:143686b: runtime(java): Fold adjacent "import" declarations (#36095)
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>
2025-10-09 07:49:35 +08:00
..
2025-09-16 11:41:36 +08:00
2025-09-28 20:57:59 -07:00
2023-07-25 05:07:13 -07:00
2025-09-03 23:03:51 -04:00
2025-07-10 21:50:46 -04:00
2025-05-03 10:08:53 -07:00
2024-05-15 23:19:26 +02:00
2025-04-27 15:44:11 -07:00
2025-09-16 11:41:36 +08:00
2025-09-13 22:49:50 -04:00
2025-09-17 09:09:49 -07:00
2025-09-10 21:16:13 -07:00
2025-09-28 20:57:59 -07:00
2025-09-13 22:49:50 -04:00
2025-06-14 17:24:36 +02:00
2025-05-03 10:08:53 -07:00
2025-09-03 23:03:51 -04:00
2025-09-28 20:57:59 -07:00
2025-10-07 14:32:22 -07:00
2025-10-07 14:32:22 -07:00
2025-09-16 11:41:36 +08:00
2024-01-18 00:14:48 -08:00
2025-05-03 15:47:59 -07:00
2023-08-10 17:28:02 +08:00
2025-01-03 08:29:36 -08:00
2024-04-23 08:20:36 +08:00
2024-05-11 18:14:03 +08:00
2023-07-25 05:07:13 -07:00
2025-06-18 12:12:23 +02:00