57d6d00433
runtime(doc): Add documentation style
...
closes : #17627
Co-authored-by: Phạm Bình An <111893501+brianhuster@users.noreply.github.com >
Signed-off-by: Damien Lejay <damien@lejay.be >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-07-07 19:19:48 +02:00
2090405de5
runtime(doc): make examples verbatim to prevent conceal/tag parsing
...
closes : #17437
Signed-off-by: Yochem van Rosmalen <git@yochem.nl >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-06-03 20:54:33 +02:00
647d7f7389
runtime(doc): fix typo in tag for helptoc package
...
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-05-31 12:06:49 +02:00
ba0062b0c7
runtime(helptoc): the helptoc package can be improved
...
Adds the following changes:
- New Maintainer: Pete Kenny
- New filetypes supported (asciidoc, html, tex, vim, xhtml)
- improved Markdown support
- Sanitised ToCs and popup presentation
- Configuration improvements and options
- Add helptoc.txt help file
closes : #17255
Signed-off-by: Peter Kenny <github.com@k1w1.cyou >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-05-05 20:15:39 +02:00
f39de60608
runtime(doc): style: clarify to prefer 2 spaces after a sentence
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-04-21 10:15:02 +02:00
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
9598a6369b
runtime(doc): add package-<name> helptags for included packages
...
Improve how to find the justify package
closes : #16420
Co-authored-by: Peter Benjamin <petermbenjamin@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-01-11 10:14:24 +01:00
b9ea0a89fa
runtime(doc): tweak documentation style in helphelp.txt
...
closes : #16302
Signed-off-by: h-east <h.east.727@gmail.com >
Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-26 10:22:46 +01:00
ae01b96004
runtime(help): fix typo s/additional/arbitrary/
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-25 17:52:12 +01:00
5ddcecf05f
runtime(help): Add better support for language annotation highlighting
...
closes : #16238
Co-authored-by: Christian Brabandt <cb@256bit.org >
Co-authored-by: h_east <h.east.727@gmail.com >
Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-25 10:55:48 +01:00
6fea0a5480
runtime(help): Add Vim lang annotation support for codeblocks
...
closes : #16215
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-12-15 20:52:45 +01:00
cb34507b5f
runtime(doc): add helptag for :HelpToc command
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-19 23:02:57 +01:00
6081c17890
runtime(doc): update help-toc description
...
related: #10446
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-03 09:06:10 +01:00
b3ec5643cd
runtime(doc): include a TOC Vim9 plugin
...
closes : #10446
See :h help-TOC
Signed-off-by: lagygoill <lacygoill@lacygoill.me >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-11-02 17:58:33 +01:00
c9ec20d94e
runtime(doc): Update documentation
...
- Add security e-mail for private bugreports
- Remove mentioning of the voting feature
closes : #14483
Signed-off-by: RestorerZ <restorer@mail2k.ru >
Co-authored-by: Christian Brabandt <cb@256bit.org >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-04-10 16:57:46 +02:00
b4ddc6c11e
patch 9.1.0000: Vim 9.1 release
...
Problem: Need a new release
Solution: Release Vim 9.1
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-01-02 16:51:11 +01:00
bee966d3fe
runtime(doc): clarify :help inclusion
section
...
Signed-off-by: Ernie Rael <errael@raelity.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2023-11-11 09:10:24 +01:00
938ae280c7
Update runtime files.
2023-02-20 20:44:55 +00:00
eb49041875
release version 9.0
...
Problem: About time to release Vim 9.0.
Solution: Update the version number everywhere.
2022-06-28 13:44:46 +01:00
2f0936cb9a
Update runtime files
2022-01-08 21:51:59 +00:00
0e6adf8a29
Update runtime files
2021-12-16 14:41:10 +00:00
88a4205f1c
Update runtime files
2021-11-21 21:13:36 +00:00
519cc559b0
Update runtime files
2021-11-16 19:18:26 +00:00
7e6a515ed1
Update runtime files.
2021-01-02 16:39:53 +01:00
4072ba571b
Update runtime files.
2020-12-23 13:56:35 +01:00
1b884a0053
Update runtime files.
2020-12-10 21:11:27 +01:00
e7b1ea0276
Update runtime files.
2020-08-07 19:54:59 +02:00
eab6dff19f
Update runtime files
2020-03-01 19:06:45 +01:00
98056533b9
Vim 8.2 release
2019-12-12 14:18:35 +01:00
96f45c0b6f
Update runtime files
2019-10-26 19:53:45 +02:00
25c9c680ec
patch 8.1.1280: remarks about functionality not in Vi clutters the help
...
Problem: Remarks about functionality not in Vi clutters the help.
Solution: Move all info about what is new in Vim or already existed in Vi to
vi_diff.txt. Remove {not in Vi} remarks. (closes #4268 ) Add
"noet" to the help files modeline. Also include many other help
file improvements.
2019-05-05 18:13:34 +02:00
91f84f6e11
Update runtime files.
2018-07-29 15:07:52 +02:00
b1c9198afb
Vim 8.1 release
...
Update version number and information. Fix a couple of tests.
2018-05-17 17:04:55 +02:00
3c2881dc11
Update runtime files. Add Rust support.
2017-03-21 19:18:29 +01:00
214641f77d
Runtime file updates.
2017-03-05 17:04:09 +01:00
3df0173fa6
Updated runtime files.
2017-02-17 22:47:16 +01:00
bb76f24af2
Vim 8.0 release
2016-09-12 14:24:39 +02:00
03413f4416
Updated runtime files.
2016-04-12 21:07:15 +02:00
7db8f6f4f8
Updated runtime files.
2016-03-29 23:12:46 +02:00
4f3f668c84
Updated runtime files.
2016-03-26 23:01:59 +01:00
e18c0b3981
Updated runtime files.
2016-03-20 21:08:34 +01:00
91e15e13da
Updated runtime files.
2014-09-19 22:38:48 +02:00
5bfa2ed6e4
updated for version 7.4.449
...
Problem: Can't easily close the help window. (Chris Gaal)
Solution: Add ":helpclose". (Christian Brabandt)
2014-09-19 19:39:34 +02:00
3b1db36689
release version 7.4
2013-08-10 15:00:24 +02:00
1a42b4befb
Update files for the 7.4b BETA release.
2013-07-28 18:29:08 +02:00
913df81e74
Vim 7.4a BETA release.
2013-07-06 15:44:11 +02:00
2df58b4a58
Updated runtime files.
2012-11-28 18:21:11 +01:00
1aeaf8c0e0
Updated runtime files.
2012-05-18 13:46:39 +02:00
24ea3babed
Updated runtime files.
2010-09-19 19:01:21 +02:00
7f03644116
Last changes for the 7.3 release!
2010-08-15 15:24:20 +02:00