aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/man.vim
Commit message (Expand)AuthorAge
* fix(man.vim): support calling :Man without a section again (#17119)zeertzjq2022-01-17
* fix(man.vim): fix search function on some systems (#13709)Will Eccles2022-01-10
* feat(man.vim): convert spaces to underscores #16068William Chargin2021-10-19
* fix(man.vim): ensure buftype=nofile after :tag or :stag #15675zeertzjq2021-09-16
* fix(man.vim): filetype=man is too eager #15488Justin M. Keyes2021-08-26
* fixup! man.vim: Refactor verify_exists to unset $MANSECT as neededJan Edmund Lazo2021-04-27
* man.vim: `:Man` should not change global value of 'tagfunc' option (#13926)最上川2021-02-13
* Merge pull request #13439 from shade-of-noon/man-iskeywordJames McCoy2021-01-11
|\
| * man.vim: Set iskeyword explicitly.Edwin Pujols2020-12-04
* | runtime: Fix man.vim count handling.Edwin Pujols2020-11-29
|/
* man.vim: Use page title instead of full path. (#13353)shade-of-noon2020-11-24
* runtime: Remove error handling for E145.Edwin Pujols2020-11-22
* man.vim: Simplify man#init to reduce load time (#12482)Anmol Sethi2020-07-21
* man.vim: Fix tagfunc to respect b:man_default_sectsAnmol Sethi2020-06-13
* man.vim: Refactor verify_exists to unset $MANSECT as neededAnmol Sethi2020-06-12
* man.vim: Handle `man` errors when looking for man-pathsRob Pilling2020-02-29
* man.vim: workaround for 'cscopetag' #11679Rob Pilling2020-01-06
* man.vim: Improve ft=man 'iskeyword' #11457Rob Pilling2019-11-27
* Merge #11451 'man.vim: Fixes'Justin M. Keyes2019-11-24
|\
| * man.vim: Hard wrap by defaultAnmol Sethi2019-11-24
* | man.vim: Ensure 'modifiable' in man#init_pager #11450Anmol Sethi2019-11-24
|/
* Merge #11280 "man.vim: implement 'tagfunc'"Justin M. Keyes2019-11-20
|\
| * Sort man pages by relevance during goto_tag()Rob Pilling2019-11-13
| * Don't attempt swapfiles for man pagesRob Pilling2019-11-13
| * Remove eventignore - :Man now uses :tag to populate the pageRob Pilling2019-11-13
| * man.vim: remove push_tag and simplify man#open_pageRob Pilling2019-10-29
| * man.vim: parse the section from the tagRob Pilling2019-10-24
| * man.vim: `:Man` preserves the tag stackRob Pilling2019-10-24
| * man.vim: use 'tagfunc' instead of remappingRob Pilling2019-10-24
| * man.vim: pull out s:get_paths()Rob Pilling2019-10-24
* | man.vim: never switch to non-man window #11286Joshua Rubin2019-10-25
|/
* man.vim: g:man_hardwrap #9633Curtis McEnroe2019-02-21
* man.vim: lowercase title when invoked as $MANPAGERJustin M. Keyes2018-10-26
* man.vim: avoid duplicate buffers, E95Justin M. Keyes2018-10-25
* man.vim: set $MANWIDTH=999Justin M. Keyes2018-09-30
* man.vim: Start at the top #9023Justin M. Keyes2018-09-27
* man.vim: Fix very long justified lines #9023Justin M. Keyes2018-09-21
* man.vim: Ignore $MANWIDTH, use soft wrap #9023Doron Behar2018-09-21
* man.vim: guard against reload (#8940)dm1try2018-09-01
* man.vim: fix for mandoc (#8698)Brayden Banks2018-07-08
* man.vim: s:get_path(): trim newline in all casesJustin M. Keyes2018-05-10
* man.vim: get() first item if -w returns multiple paths #8372Jon Bernard2018-05-10
* man.vim: use correct offset in presence of modifier commandsMarco Hinz2018-01-22
* Merge #7623 'man.vim: highlight bold, underlined text'Justin M. Keyes2018-01-09
|\
| * Address PR commentsGabriel Holodak2017-12-27
| * Add support for escape sequencesGabriel Holodak2017-12-27
| * Switch to processing in LuaGabriel Holodak2017-12-27
| * Highlight backspaced charactersGabriel Holodak2017-12-27
* | man.vim: always keep the alternate buffer (#7784)Anmol Sethi2017-12-29
|/
* man.vim: feature-test section (-s) flag #6815raichoo2017-05-26