summaryrefslogtreecommitdiffstats
path: root/runtime/plugin/manpager.vim
AgeCommit message (Collapse)Author
2023-08-09Manpager: apply g flag conditionally to s command (#12679)Filip Gospodinov
Problem: The `s` command with `g` flag only substitutes one occurrence when `gdefault` is set. Solution: Use `g` flag conditionally.
2022-10-28Update runtime filesBram Moolenaar
2022-10-03Update runtime filesBram Moolenaar
2022-06-17Update runtime filesBram Moolenaar
2022-06-06Update runtime files.Bram Moolenaar
2021-08-14Update runtime filesBram Moolenaar
2018-02-09Update runtime files.Bram Moolenaar
2017-11-11Update runtime files.Bram Moolenaar
2016-05-20Updated runtime files.Bram Moolenaar
2016-05-08Updated runtime files.Bram Moolenaar
2016-04-30patch 7.4.1804v7.4.1804Bram Moolenaar
Problem: Can't use Vim as MANPAGER. Solution: Add manpager.vim. (Enno Nagel, closes #491)