aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim.txt
Commit message (Collapse)AuthorAge
* 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>