aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim.txt
Commit message (Collapse)AuthorAge
* docs: misc, help tags for neovim.io searches #31428Justin M. Keyes2024-12-03
| | | | | | | | | | Problem: Various keywords are commonly searched-for on https://neovim.io, but don't have help tags. Solution: Add help tags. fix #31327
* fix(gen_help_html): first tag in h2 is broken #30720Justin M. Keyes2024-10-08
| | | | | | | | | | | | | | | Problem: In h2 headings, the first tag points to an invalid anchor. This used to work but regressed a few months ago, possibly related to ceea6898a8bdcb6c4cfe06b8dc4739c144e6b1f8. Solution: - Simplify the logic, don't try to be clever: - Always use to_heading_tag() for the h2 `id`. - Also: - Render tags as `<span>`, because `<code>` is unnecessary and doesn't look great in headings. - In the main h1, use "foo.txt" as the anchor `name` (rarely used), prefer the next found tag for the `href`.
* docs: dev-arch, focusable windows #30510Justin M. Keyes2024-10-07
| | | | - 'statuscolumn' is no longer experimental - add tags for popular searches on neovim.io
* docs #20986Justin M. Keyes2022-12-11
| | | | | | - https://github.com/neovim/tree-sitter-vimdoc v1.2.4 eliminates most errors in pi_netrw.txt, so we can remove that workaround from ignore_parse_error(). - improved codeblock
* docs: add language annotation to Nvim manualChristian Clason2022-12-02
|
* docs: various #12823Justin M. Keyes2022-10-09
| | | | | | | | | | | | - increase python line-length limit from 88 => 100. - gen_help_html: fix bug in "tag" case (tbl_count => tbl_contains) ref #15632 fix #18215 fix #18479 fix #20527 fix #20532 Co-authored-by: Ben Weedon <ben@weedon.email>
* doc [ci skip]Justin M. Keyes2019-03-26
| | | | closes #9719
* doc: manpage: formatting, update --headlessJustin M. Keyes2018-10-11
|
* doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes2018-10-11
| | | | - tutor: emphasize K
* doc: platform-specific config locations (#8297)Andy Russell2018-04-20
| | | Fixes #7374.
* help, man.vim: change "outline" map to gO (#7405)Justin M. Keyes2017-10-21
|
* intro: change byline to "by al." (#6984)Justin M. Keyes2017-07-15
| | | | | | | | Several people have suggested that the "by Bram" byline is misleading, it implies that Bram is actively involved with the project. Up to now we left it as an homage. Bram agreed that it is misleading, and suggested a mention somewhere other than the intro.
* doc: nvim-from-vim: Prepend "~/.vim" #6694Adam Byrtek2017-05-08
|
* doc: Replace hardcoded TOCs with <M-]> advice.Justin M. Keyes2017-05-01
|
* doc: Revise nvim-from-vim advice (#6505)Drew Neil2017-04-25
|
* doc: Update missing headers. (#6330)Justin M. Keyes2017-03-22
| | | | pi_* docs are considered standalone plugins so they don't follow this convention.
* doc: gentle transition steps; stub XDG sectionJustin M. Keyes2016-07-29
| | | | Closes #4951
* doc: consolidate nvim.txtJustin M. Keyes2016-06-15
|
* doc/python: cleanupJustin M. Keyes2016-06-15
| | | | | | - Move info to providers.txt - Remove "nvim-" prefix. - Brevity, clarity, ...
* doc: cleanupJustin M. Keyes2016-06-15
|
* doc/terminal: cleanupJustin M. Keyes2016-06-15
|
* doc/clipboard: cleanupJustin M. Keyes2016-06-15
|
* doc: Add transition instructions to nvim_from_vim.txtFlorian Walch2015-08-04
Also move introduction to Nvim and topic overview to nvim.txt. Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com> Reviewed-by: Justin M. Keyes <justinkz@gmail.com>