0
0
mirror of https://github.com/vim/vim.git synced 2025-09-06 21:53:38 -04:00
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
..
2024-07-17 20:04:22 +02:00
2024-08-20 19:57:00 +02:00
2024-12-17 20:48:42 +01:00
2024-09-29 10:10:51 +02:00
2024-12-17 20:24:24 +01:00
2025-03-03 08:16:27 +01:00
2024-08-20 19:57:00 +02:00
2024-08-20 19:57:00 +02:00
2024-09-17 19:12:03 +02:00
2024-09-17 19:03:16 +02:00