Phạm Bình An
0b540c6f38
runtime(help): add omni completion and 'iskeyword' to filetype plugin
...
Problem:
- Help tags provide a good way to navigate the Vim documentation, but
many help documents don't use them effectively. I think one of the
reasons is that help writers have to look up help tags manually with
`:help` command, which is not very convenient.
- 'iskeyword' is only set for help buffers opened by `:help` command.
That means if I'm editing a help file, I cannot jump to tag in same
file using `Ctrl-]` unless I manually set it, which is annoying.
Solution:
- Add omni completion for Vim help tags.
- Set 'iskeyword' for `ft-help`
closes : #17073
Co-authored-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: Phạm Bình An <phambinhanctb2004@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-04-08 20:47:58 +02:00
..
2025-04-04 19:11:13 +02:00
2025-03-30 15:37:24 +02:00
2025-04-03 12:35:51 +02:00
2024-07-17 20:04:22 +02:00
2025-03-09 08:38:35 +01:00
2024-05-11 11:16:21 +02:00
2024-12-25 18:03:09 +01:00
2025-03-30 15:39:41 +02:00
2025-02-01 16:17:14 +01:00
2025-04-03 12:35:51 +02:00
2025-04-02 19:41:21 +02:00
2024-08-17 15:14:43 +02:00
2024-08-17 15:14:43 +02:00
2024-08-20 19:57:00 +02:00
2024-08-20 19:57:00 +02:00
2024-08-15 21:39:33 +02:00
2024-08-15 21:39:33 +02:00
2025-03-15 09:34:39 +01:00
2024-12-17 20:48:42 +01:00
2024-09-29 10:10:51 +02:00
2024-05-24 08:05:00 +02:00
2024-02-25 08:42:52 +01:00
2024-11-17 16:07:50 +01:00
2024-11-17 16:07:50 +01:00
2024-12-06 16:03:37 +01:00
2025-04-08 20:47:58 +02:00
2024-05-11 11:16:21 +02:00
2024-02-25 08:42:52 +01:00
2025-03-26 18:46:21 +01:00
2024-10-05 17:16:18 +02:00
2024-12-16 21:22:09 +01:00
2025-03-18 22:14:34 +01:00
2025-03-09 16:14:45 +01:00
2024-10-05 17:16:18 +02:00
2024-12-03 21:59:52 +01:00
2025-01-17 14:04:44 +01:00
2025-03-28 19:11:11 +01:00
2024-10-08 22:24:04 +02:00
2024-07-17 20:41:48 +02:00
2024-12-06 17:26:25 +01:00
2024-07-11 21:14:15 +02:00
2025-04-03 12:35:51 +02:00
2024-05-11 11:16:21 +02:00
2025-04-08 20:31:21 +02:00
2024-12-25 10:55:48 +01:00
2024-11-14 21:13:34 +01:00
2024-05-11 11:16:21 +02:00
2024-05-11 11:16:21 +02:00
2025-03-29 09:08:58 +01:00
2025-03-15 09:32:28 +01:00
2025-03-05 20:22:24 +01:00
2025-03-26 18:53:46 +01:00
2024-11-04 20:46:54 +01:00
2024-05-11 11:16:21 +02:00
2024-12-17 20:24:24 +01:00
2025-04-02 20:45:57 +02:00
2025-02-20 21:58:21 +01:00
2024-05-11 11:16:21 +02:00
2025-04-06 17:20:39 +02:00
2025-04-06 17:20:39 +02:00
2024-10-16 21:59:50 +02:00
2024-07-06 11:29:38 +02:00
2024-07-07 20:33:46 +02:00
2024-10-05 17:16:18 +02:00
2024-08-14 14:39:32 +02:00
2025-02-28 17:34:46 +01:00
2025-03-29 09:16:30 +01:00
2024-07-12 19:36:53 +02:00
2025-04-08 20:47:58 +02:00
2024-08-01 09:27:53 +02:00
2024-12-31 10:46:22 +01:00
2025-02-22 13:36:26 +01:00
2024-05-11 11:16:21 +02:00
2025-03-25 21:04:23 +01:00
2024-09-08 20:05:23 +02:00
2025-03-27 18:20:30 +01:00
2024-08-14 14:39:32 +02:00
2024-11-09 18:37:32 +01:00
2024-12-17 20:24:24 +01:00
2025-02-01 10:26:58 +01:00
2025-03-22 15:58:59 +01:00
2024-10-05 16:44:27 +02:00
2024-11-12 21:38:22 +01:00
2024-05-19 09:11:09 +02:00
2024-10-05 16:44:27 +02:00
2025-02-01 10:26:58 +01:00
2024-10-05 17:16:18 +02:00
2024-04-29 20:22:46 +02:00
2025-03-30 15:37:24 +02:00
2024-10-05 16:44:27 +02:00
2024-10-05 17:16:18 +02:00
2024-11-13 20:28:43 +01:00
2025-03-19 21:55:59 +01:00
2025-03-03 08:16:27 +01:00
2024-10-07 21:48:32 +02:00
2025-02-13 20:55:45 +01:00
2025-04-08 08:36:18 +02:00
2025-03-29 09:08:58 +01:00
2024-12-07 15:57:34 +01:00
2025-04-03 21:32:00 +02:00
2025-04-05 16:03:27 +02:00
2024-11-28 21:45:39 +01:00
2024-11-28 21:45:39 +01:00
2024-08-21 19:57:21 +02:00
2024-08-21 19:57:21 +02:00
2024-08-15 22:02:45 +02:00
2024-08-20 19:57:00 +02:00
2024-08-20 19:57:00 +02:00
2024-08-15 21:39:33 +02:00
2024-08-15 21:39:33 +02:00
2024-08-17 15:14:43 +02:00
2024-08-17 15:14:43 +02:00
2024-08-20 19:57:00 +02:00
2024-08-20 19:57:00 +02:00
2024-08-15 21:39:33 +02:00
2024-08-15 21:39:33 +02:00
2024-12-04 20:02:08 +01:00
2024-12-04 20:02:08 +01:00
2024-11-24 13:50:28 +01:00
2024-11-24 13:50:28 +01:00
2024-12-03 21:23:43 +01:00
2024-12-03 21:23:43 +01:00
2025-01-02 17:34:55 +01:00
2024-09-17 19:12:03 +02:00
2024-09-17 19:12:03 +02:00
2024-08-15 22:02:45 +02:00
2024-09-17 19:03:16 +02:00
2024-09-17 19:03:16 +02:00
2024-09-15 20:03:05 +02:00
2024-09-15 20:03:05 +02:00